Skip to content

Commit

Permalink
enh(ci): package collect using nfpm
Browse files Browse the repository at this point in the history
  • Loading branch information
kduret committed Jun 16, 2023
1 parent bfaf7e6 commit a6be952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
sudo cmake3 \
-G "Ninja" \
-DWITH_TESTING=0 \
-DWITH_BENCH=0 \
-DWITH_MODULE_SIMU=OFF \
-DWITH_BENCH=1 \
#-DWITH_MODULE_SIMU=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_ENGINE_LOGROTATE_SCRIPT=1 \
-DWITH_STARTUP_DIR=/lib/systemd/system \
Expand All @@ -70,7 +70,7 @@ jobs:
-DWITH_USER_ENGINE=centreon-engine \
-DWITH_GROUP_ENGINE=centreon-engine \
-DWITH_DAEMONS=y \
-DWITH_CREATE_FILES=OFF \
#-DWITH_CREATE_FILES=OFF \
-DWITH_CONFIG_FILES=y \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
.
Expand Down

0 comments on commit a6be952

Please sign in to comment.