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 a6be952 commit e543ddd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/package-collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ jobs:
sudo pip3 install conan==1.57.0 --upgrade
sudo conan install . -s compiler.cppstd=14 -s compiler.libcxx=libstdc++11 --build=missing
#-DWITH_MODULE_SIMU=OFF \
#-DWITH_CREATE_FILES=OFF \
sudo cmake3 \
-G "Ninja" \
-DWITH_TESTING=0 \
-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 +72,6 @@ jobs:
-DWITH_USER_ENGINE=centreon-engine \
-DWITH_GROUP_ENGINE=centreon-engine \
-DWITH_DAEMONS=y \
#-DWITH_CREATE_FILES=OFF \
-DWITH_CONFIG_FILES=y \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
.
Expand Down

0 comments on commit e543ddd

Please sign in to comment.