Skip to content

Commit

Permalink
ci: remove Werror from entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kola50011 committed Sep 25, 2024
1 parent e51895f commit 5a591cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail

cmake -B /libcreate/build -S /libcreate -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS='-Werror'
cmake -B /libcreate/build -S /libcreate -DCMAKE_BUILD_TYPE=Release
cmake --build /libcreate/build --config Release
ctest -C Release --output-on-failure
cpack --build /libcreate/build -G DEB
Expand Down

0 comments on commit 5a591cf

Please sign in to comment.