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
|
- 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
|
||||||
|
|
|
@ -5,6 +5,9 @@ on:
|
||||||
flags:
|
flags:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
secrets:
|
||||||
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
flags:
|
flags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue