osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/36330?usp=email )
Change subject: contrib/jenkins: make configure args diff friendly ......................................................................
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