Change in osmo-gsm-tester[master]: jenkins-build-common.sh: also pass additional build flags to CMake

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

srs_andre gerrit-no-reply at lists.osmocom.org
Mon Apr 20 18:44:39 UTC 2020


srs_andre has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/20/17920/1

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 <andre at softwareradiosystems.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200420/5c564d16/attachment.htm>


More information about the gerrit-log mailing list