Compare commits
2 commits
8b7d548df6
...
551495843d
Author | SHA1 | Date | |
---|---|---|---|
551495843d | |||
c3246fd2b5 |
1 changed files with 3 additions and 2 deletions
|
@ -8,19 +8,20 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
test-qt5:
|
test-qt5:
|
||||||
name: Test LMDBAL with qt5
|
name: Test LMDBAL with qt5
|
||||||
uses: ./.gitea/workflows/aur.yml
|
uses: ./.gitea/workflows/test.yml
|
||||||
with:
|
with:
|
||||||
flags: -D QT_VERSION_MAJOR=5
|
flags: -D QT_VERSION_MAJOR=5
|
||||||
|
|
||||||
test-qt6:
|
test-qt6:
|
||||||
name: Test LMDBAL with qt6
|
name: Test LMDBAL with qt6
|
||||||
uses: ./.gitea/workflows/aur.yml
|
uses: ./.gitea/workflows/test.yml
|
||||||
with:
|
with:
|
||||||
flags: -D QT_VERSION_MAJOR=6
|
flags: -D QT_VERSION_MAJOR=6
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
name: Release documentation
|
name: Release documentation
|
||||||
runs-on: archlinux
|
runs-on: archlinux
|
||||||
|
needs: [test-qt5, test-qt6]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue