diff options
author | Eric Wild <ewild@sysmocom.de> | 2019-11-28 17:30:44 +0100 |
---|---|---|
committer | Eric Wild <ewild@sysmocom.de> | 2019-12-02 14:13:57 +0100 |
commit | db9e89d5de27731a040daf8fb1e3a35b9fd88d41 (patch) | |
tree | fd6617f41a7b97549add70ea8ead6869aa7d2947 | |
parent | 6a7c0538fb6ce6490165af85a0e06bf30dd684a2 (diff) |
reenable host buildshoernchen/sync_debugx
Change-Id: Ie00468b7abcd1e9a3efe85b52f08a708430426fe
-rwxr-xr-x | contrib/jenkins.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index f19fc35..f3a0169 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -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 ===========" |