CI 3
Some checks failed
Main LMDBAL workflow / Release documentation (push) Failing after 8s
Main LMDBAL workflow / Test LMDBAL with qt5 (push) Successful in 1m15s
Main LMDBAL workflow / Test LMDBAL with qt6 (push) Successful in 1m32s

This commit is contained in:
Blue 2025-05-02 21:35:09 +03:00
parent 3e27526517
commit ad1a13c323
Signed by: blue
GPG key ID: 9B203B252A63EE38
2 changed files with 16 additions and 11 deletions

View file

@ -6,17 +6,19 @@ on:
- master
jobs:
# test-qt5:
# name: Test LMDBAL with qt5
# uses: ./.forgejo/workflows/test.yml
# with:
# flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5
#
# test-qt6:
# name: Test LMDBAL with qt6
# uses: ./.forgejo/workflows/test.yml
# with:
# flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
test-qt5:
name: Test LMDBAL with qt5
uses: ./.forgejo/workflows/test.yml
runs-on: archlinux
with:
flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5
test-qt6:
name: Test LMDBAL with qt6
uses: ./.forgejo/workflows/test.yml
runs-on: archlinux
with:
flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
docs:
name: Release documentation

View file

@ -5,6 +5,9 @@ on:
flags:
required: true
type: string
secrets:
workflow_dispatch:
inputs:
flags: