diff options
author | Eric Wild <ewild@sysmocom.de> | 2019-11-28 13:50:12 +0100 |
---|---|---|
committer | Eric Wild <ewild@sysmocom.de> | 2019-11-28 13:50:12 +0100 |
commit | 4cfa9ca54c4f23056abfcdb6a539ef5299da05b9 (patch) | |
tree | a4d3cd917ca88be31e92b54130a11d3845fdc491 | |
parent | 20a836890ac343a35d1b243959f449f6393e0917 (diff) |
reenable firmware build0.2
Host build is still disabled until it is fixed
Change-Id: Iee56a50c0cd818887a8e9d8f2f660acaef16a8ca
-rwxr-xr-x | contrib/jenkins.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index a993645..f19fc35 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -1,5 +1,5 @@ #!/bin/bash -exit 0 + if ! [ -x "$(command -v osmo-deps.sh)" ]; then echo "Error: We need to have scripts/osmo-deps.sh from http://git.osmocom.org/osmo-ci/ in PATH !" exit 2 @@ -13,7 +13,7 @@ deps="$TOPDIR/deps" inst="$TOPDIR/install" export deps inst - +: ' echo echo "=============== libosmocore hostt build ===========" osmo-build-dep.sh libosmocore "" --disable-doxygen @@ -27,7 +27,7 @@ cd $TOPDIR/ccid_host make clean make $PARALLEL_MAKE make clean - +' # adapted from echo echo "=============== libosmocore cross-build ===========" |