CI 2
Some checks failed
Main LMDBAL workflow / Release documentation (push) Failing after 25s

This commit is contained in:
Blue 2025-05-02 20:47:45 +03:00
parent a6ac974438
commit 3e27526517
Signed by: blue
GPG key ID: 9B203B252A63EE38

View file

@ -6,22 +6,22 @@ on:
- master - master
jobs: jobs:
test-qt5: # test-qt5:
name: Test LMDBAL with qt5 # name: Test LMDBAL with qt5
uses: ./.forgejo/workflows/test.yml # uses: ./.forgejo/workflows/test.yml
with: # with:
flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5 # flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5
#
test-qt6: # test-qt6:
name: Test LMDBAL with qt6 # name: Test LMDBAL with qt6
uses: ./.forgejo/workflows/test.yml # uses: ./.forgejo/workflows/test.yml
with: # with:
flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6 # flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
docs: docs:
name: Release documentation name: Release documentation
runs-on: baremetall_peppersurprise runs-on: baremetall_peppersurprise
needs: [test-qt5, test-qt6] # needs: [test-qt5, test-qt6]
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4