Compare commits

...

2 commits

Author SHA1 Message Date
551495843d
CI try 5
Some checks failed
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Failing after 0s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Failing after 0s
Main LMDBAL workfow / Release documentation (push) Has been skipped
2024-11-30 20:39:34 +02:00
c3246fd2b5
CI try 5 2024-11-30 20:37:28 +02:00

View file

@ -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