osmith has uploaded this change for review.

View Change

contrib/jenkins: make configure args diff friendly

Change-Id: I049af384eccdb6f8e5b305ca35de106eeaca3fa8
---
M contrib/jenkins.sh
1 file changed, 19 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/30/36330/1
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 990e6f4..8adf9ff 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -85,7 +85,16 @@
export LD_LIBRARY_PATH="$inst/lib"
export PATH="$inst/bin:$PATH"

-CONFIG="--enable-sanitize --enable-werror --with-uhd --with-usrp1 --with-lms --with-ipc --with-mstrx $INSTR"
+CONFIG="
+ --enable-sanitize
+ --enable-werror
+ --with-ipc
+ --with-lms
+ --with-mstrx
+ --with-uhd
+ --with-usrp1
+ $INSTR
+"

# Additional configure options and depends
if [ "$WITH_MANUALS" = "1" ]; then

To view, visit change 36330. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I049af384eccdb6f8e5b305ca35de106eeaca3fa8
Gerrit-Change-Number: 36330
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-MessageType: newchange