Release 1.6.0

this time with correct packaging
This commit is contained in:
Linus Dierheimer
2022-07-26 22:13:09 +02:00
parent 31eeb6dd08
commit ceb92dafd7
4 changed files with 28 additions and 24 deletions
+1 -7
View File
@@ -24,13 +24,7 @@ jobs:
- name: configure project
# We reuse the build binary only for the releases.
# We set tweak version to off, because it is wrong, as git tag will happen after this step. Releases don't have a tweak, so this is ok.
run: >
cmake
-DSET_TWEAK=Off
-DBUILD_TESTS=On
-DCMAKE_INSTALL_PREFIX="usr"
-DCMAKE_INSTALL_SYSCONFDIR="etc"
.
run: cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
- name: build project
run: cmake --build . -j$(nproc) --target package