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