mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Release 1.6.0
this time with correct packaging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user