osmith has submitted this change. (
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, 1 insertion(+), 0 deletions(-)
Approvals:
fixeria: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index dcff415..6db4296 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -4,6 +4,7 @@
mkdir build
cd build
cmake \
+ -DCMAKE_COMPILE_WARNING_AS_ERROR=ON \
-DENABLE_SANITIZE=ON \
-DSHOW_ASN_OUTPUT=ON \
../
--
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: merged
Gerrit-Project: onomondo-ipa
Gerrit-Branch: master
Gerrit-Change-Id: I8a8a7bc8a10e8d86a09fbd289b00641c19c3be6e
Gerrit-Change-Number: 42862
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <[email protected]>
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>