This commit is contained in:
parent
a6ac974438
commit
3e27526517
1 changed files with 12 additions and 12 deletions
|
@ -6,22 +6,22 @@ on:
|
|||
- master
|
||||
|
||||
jobs:
|
||||
test-qt5:
|
||||
name: Test LMDBAL with qt5
|
||||
uses: ./.forgejo/workflows/test.yml
|
||||
with:
|
||||
flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5
|
||||
|
||||
test-qt6:
|
||||
name: Test LMDBAL with qt6
|
||||
uses: ./.forgejo/workflows/test.yml
|
||||
with:
|
||||
flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
|
||||
# test-qt5:
|
||||
# name: Test LMDBAL with qt5
|
||||
# uses: ./.forgejo/workflows/test.yml
|
||||
# with:
|
||||
# flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5
|
||||
#
|
||||
# test-qt6:
|
||||
# name: Test LMDBAL with qt6
|
||||
# uses: ./.forgejo/workflows/test.yml
|
||||
# with:
|
||||
# flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
|
||||
|
||||
docs:
|
||||
name: Release documentation
|
||||
runs-on: baremetall_peppersurprise
|
||||
needs: [test-qt5, test-qt6]
|
||||
# needs: [test-qt5, test-qt6]
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue