srs_andre has submitted this change. (
https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17920 )
Change subject: jenkins-build-common.sh: also pass additional build flags to
CMake
......................................................................
jenkins-build-common.sh: also pass additional build flags to CMake
Change-Id: I1c5998d31201505d0a2532f22f905ec155d6c094
---
M contrib/jenkins-build-common.sh
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, approved
diff --git a/contrib/jenkins-build-common.sh b/contrib/jenkins-build-common.sh
index ca8bf02..0dac3a4 100644
--- a/contrib/jenkins-build-common.sh
+++ b/contrib/jenkins-build-common.sh
@@ -150,7 +150,7 @@
elif [ -f CMakeLists.txt ]; then
rm -rf build && mkdir build && cd build || exit 1
set +x; echo; echo; set -x
- cmake -DCMAKE_INSTALL_PREFIX=$prefix ../
+ cmake -DCMAKE_INSTALL_PREFIX=$prefix $configure_opts ../
else
echo "Unknwown build system" && exit 1
fi
--
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/17920
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: I1c5998d31201505d0a2532f22f905ec155d6c094
Gerrit-Change-Number: 17920
Gerrit-PatchSet: 1
Gerrit-Owner: srs_andre <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-Reviewer: srs_andre <[email protected]>
Gerrit-MessageType: merged