forked from blue/lmdbal
Typo in the build CI
This commit is contained in:
parent
7aaab5e807
commit
02946bbe98
@ -10,13 +10,13 @@ jobs:
|
|||||||
name: Test LMDBAL with qt5
|
name: Test LMDBAL with qt5
|
||||||
uses: ./.gitea/workflows/test.yml
|
uses: ./.gitea/workflows/test.yml
|
||||||
with:
|
with:
|
||||||
flags: -D QT_VERSION_MAJOR=5
|
flags: -D QT_VERSION_MAJOR=5 -D LMDBAL_NAME=LMDBAL-QT5
|
||||||
|
|
||||||
test-qt6:
|
test-qt6:
|
||||||
name: Test LMDBAL with qt6
|
name: Test LMDBAL with qt6
|
||||||
uses: ./.gitea/workflows/test.yml
|
uses: ./.gitea/workflows/test.yml
|
||||||
with:
|
with:
|
||||||
flags: -D QT_VERSION_MAJOR=6
|
flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
name: Release documentation
|
name: Release documentation
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
|||||||
package-name: lmdbal-qt6
|
package-name: lmdbal-qt6
|
||||||
description: LMDB Abstraction Layer, qt6 version
|
description: LMDB Abstraction Layer, qt6 version
|
||||||
depends: 'qt6-base'
|
depends: 'qt6-base'
|
||||||
flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT5
|
flags: -D QT_VERSION_MAJOR=6 -D LMDBAL_NAME=LMDBAL-QT6
|
||||||
secrets:
|
secrets:
|
||||||
DEPLOY_TO_AUR_PRIVATE_KEY: ${{ secrets.DEPLOY_TO_AUR_PRIVATE_KEY }}
|
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_USER_NAME: ${{ secrets.DEPLOY_TO_AUR_USER_NAME }}
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
# LMDBAL 0.5.4 (November 30, 2024)
|
# LMDBAL 0.5.4 (November 30, 2024)
|
||||||
### Improvements
|
### Improvements
|
||||||
- Technical release just to resolve build issues
|
- Technical release just to resolve build issues
|
||||||
|
- Now different flavours of the package can coexist in the system
|
||||||
|
|
||||||
# LMDBAL 0.5.3 (November 14, 2023)
|
# LMDBAL 0.5.3 (November 14, 2023)
|
||||||
### Improvements
|
### Improvements
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Yury Gubich <blue@macaw.me>
|
# Maintainer: Yury Gubich <blue@macaw.me>
|
||||||
pkgname=lmdbal
|
pkgname=lmdbal
|
||||||
pkgver=1.0.0
|
pkgver=1.0.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="LMDB Abstraction Layer"
|
pkgdesc="LMDB Abstraction Layer"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://git.macaw.me/blue/lmdbal"
|
url="https://git.macaw.me/blue/lmdbal"
|
||||||
|
Loading…
Reference in New Issue
Block a user