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:
|
||||
test-qt5:
|
||||
name: Test LMDBAL with qt5
|
||||
uses: ./.gitea/workflows/aur.yml
|
||||
uses: ./.gitea/workflows/test.yml
|
||||
with:
|
||||
flags: -D QT_VERSION_MAJOR=5
|
||||
|
||||
test-qt6:
|
||||
name: Test LMDBAL with qt6
|
||||
uses: ./.gitea/workflows/aur.yml
|
||||
uses: ./.gitea/workflows/test.yml
|
||||
with:
|
||||
flags: -D QT_VERSION_MAJOR=6
|
||||
|
||||
docs:
|
||||
name: Release documentation
|
||||
runs-on: archlinux
|
||||
needs: [test-qt5, test-qt6]
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue