osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/onomondo-ipa/+/42862?usp=email )
Change subject: contrib/jenkins: build with -Werror ...................................................................... contrib/jenkins: build with -Werror Now that all warnings are fixed, let's build with Werror in CI. Change-Id: I8a8a7bc8a10e8d86a09fbd289b00641c19c3be6e --- M contrib/jenkins.sh 1 file changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/onomondo-ipa refs/changes/62/42862/1 diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 736d3e3..f74de3d 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -3,6 +3,9 @@ mkdir build cd build -cmake -DENABLE_SANITIZE=ON ../ +cmake \ + -DENABLE_SANITIZE=ON \ + -DCMAKE_COMPILE_WARNING_AS_ERROR=ON \ + ../ make -j$(nproc) make test -- To view, visit https://gerrit.osmocom.org/c/onomondo-ipa/+/42862?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: onomondo-ipa Gerrit-Branch: master Gerrit-Change-Id: I8a8a7bc8a10e8d86a09fbd289b00641c19c3be6e Gerrit-Change-Number: 42862 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]>
