CI Try 2
This commit is contained in:
parent
93ed15e1da
commit
29b126c30e
@ -6,7 +6,20 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
Archlinux:
|
||||
test-qt5:
|
||||
name: Test LMDBAL with qt5
|
||||
uses: uses: ./.gitea/workflows/aur.yml
|
||||
with:
|
||||
flags: -D QT_VERSION_MAJOR=5
|
||||
|
||||
test-qt5:
|
||||
name: Test LMDBAL with qt6
|
||||
uses: uses: ./.gitea/workflows/aur.yml
|
||||
with:
|
||||
flags: -D QT_VERSION_MAJOR=6
|
||||
|
||||
docs:
|
||||
name: Release documentation
|
||||
runs-on: archlinux
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
@ -17,16 +30,12 @@ jobs:
|
||||
|
||||
- name: Configure
|
||||
working-directory: ./build
|
||||
run: cmake .. -D BUILD_TESTS=True -D BUILD_DOC_HTML=True -D BUILD_DOC_XML=True -D BUILD_DOC_MAN=True -D BUILD_DOXYGEN_AWESOME=True -D QT_VERSION_MAJOR=5
|
||||
run: cmake .. BUILD_DOC_HTML=True -D BUILD_DOC_XML=True -D BUILD_DOC_MAN=True -D BUILD_DOXYGEN_AWESOME=True
|
||||
|
||||
- name: Build
|
||||
working-directory: ./build
|
||||
run: cmake --build .
|
||||
|
||||
- name: Run tests
|
||||
working-directory: ./build/test
|
||||
run: ./runUnitTests
|
||||
|
||||
- name: Copy docs via scp
|
||||
uses: appleboy/scp-action@master
|
||||
# working-directory: ./build/doc //doesn't work
|
||||
|
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
# LMDBAL 0.5.4 (November 30, 2024)
|
||||
### Improvements
|
||||
- Technical release just to resolve build issues
|
||||
|
||||
# LMDBAL 0.5.3 (November 14, 2023)
|
||||
### Improvements
|
||||
- Now you don't need to link agains lmdb, just linking against LMDBAL is enough
|
||||
|
Loading…
Reference in New Issue
Block a user