CI try 10
Some checks failed
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Successful in 52s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Successful in 1m6s
LMDBAL Release workflow / Release qt5 build to AUR (release) Failing after 8s
LMDBAL Release workflow / Release qt6 build to AUR (release) Failing after 7s
Main LMDBAL workfow / Release documentation (push) Successful in 22s
Some checks failed
Main LMDBAL workfow / Test LMDBAL with qt5 (push) Successful in 52s
Main LMDBAL workfow / Test LMDBAL with qt6 (push) Successful in 1m6s
LMDBAL Release workflow / Release qt5 build to AUR (release) Failing after 8s
LMDBAL Release workflow / Release qt6 build to AUR (release) Failing after 7s
Main LMDBAL workfow / Release documentation (push) Successful in 22s
This commit is contained in:
parent
75010c0bc6
commit
50a13d7290
@ -13,6 +13,10 @@ jobs:
|
|||||||
description: LMDB Abstraction Layer, qt5 version
|
description: LMDB Abstraction Layer, qt5 version
|
||||||
depends: 'qt5-base'
|
depends: 'qt5-base'
|
||||||
flags: -D QT_VERSION_MAJOR=5
|
flags: -D QT_VERSION_MAJOR=5
|
||||||
|
secrets:
|
||||||
|
DEPLOY_TO_AUR_PRIVATE_KEY: ${{ secrets.DEPLOY_TO_AUR_PRIVATE_KEY }}
|
||||||
|
DEPLOY_TO_AUR_USER_NAME: ${{ secrets.DEPLOY_TO_AUR_USER_NAME }}
|
||||||
|
DEPLOY_TO_AUR_EMAIL: ${{ secrets.DEPLOY_TO_AUR_EMAIL }}
|
||||||
|
|
||||||
qt6:
|
qt6:
|
||||||
name: Release qt6 build to AUR
|
name: Release qt6 build to AUR
|
||||||
@ -22,4 +26,8 @@ jobs:
|
|||||||
description: LMDB Abstraction Layer, qt6 version
|
description: LMDB Abstraction Layer, qt6 version
|
||||||
depends: 'qt6-base'
|
depends: 'qt6-base'
|
||||||
flags: -D QT_VERSION_MAJOR=6
|
flags: -D QT_VERSION_MAJOR=6
|
||||||
|
secrets:
|
||||||
|
DEPLOY_TO_AUR_PRIVATE_KEY: ${{ secrets.DEPLOY_TO_AUR_PRIVATE_KEY }}
|
||||||
|
DEPLOY_TO_AUR_USER_NAME: ${{ secrets.DEPLOY_TO_AUR_USER_NAME }}
|
||||||
|
DEPLOY_TO_AUR_EMAIL: ${{ secrets.DEPLOY_TO_AUR_EMAIL }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user