Compare commits

..

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

View file

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