Compare commits

..

No commits in common. "551495843d60f3c9fe6f69da1df55d53aa8d225c" and "8b7d548df6317d8ab77526272d49a335eb010e7a" have entirely different histories.

View file

@ -8,20 +8,19 @@ on:
jobs: jobs:
test-qt5: test-qt5:
name: Test LMDBAL with qt5 name: Test LMDBAL with qt5
uses: ./.gitea/workflows/test.yml uses: ./.gitea/workflows/aur.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/test.yml uses: ./.gitea/workflows/aur.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