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
Tue Apr 21 13:00:34 UTC 2020


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 <andre at softwareradiosystems.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: srs_andre <andre at softwareradiosystems.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200421/6cb86f6e/attachment.htm>


More information about the gerrit-log mailing list