CI 3
This commit is contained in:
parent
3e27526517
commit
ad1a13c323
2 changed files with 16 additions and 11 deletions
|
@ -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
|
||||
|
|
|
@ -5,6 +5,9 @@ on:
|
|||
flags:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
secrets:
|
||||
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
flags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue