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 - 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: runs-on: archlinux
# flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5 with:
# flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5
# test-qt6:
# name: Test LMDBAL with qt6 test-qt6:
# uses: ./.forgejo/workflows/test.yml name: Test LMDBAL with qt6
# with: uses: ./.forgejo/workflows/test.yml
# flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6 runs-on: archlinux
with:
flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
docs: docs:
name: Release documentation name: Release documentation

View file

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