diff options
author | Neels Hofmeyr <neels@hofmeyr.de> | 2017-09-04 16:49:17 +0200 |
---|---|---|
committer | Neels Hofmeyr <neels@hofmeyr.de> | 2017-09-07 00:59:46 +0200 |
commit | 36e0404f456b32898d174b8bdfb363dbe580db2e (patch) | |
tree | ed16066c429220519644a478451a38dfcad20270 /contrib/jenkins-build-osmo-msc.sh | |
parent | 713a1201d2dd0b06dc61a66f1f876064d6581aeb (diff) |
jenkins: build from new osmo-{msc,bsc,mgw,sgsn} repositoriesneels/test
The idea is to build each binary separately: even though osmo-msc requires
libosmo-sccp, which already includes the osmo-stp binary, we still want
osmo-stp to be built from a separate script. The reason: to track down
regressions, we can change the versions each binary is built from separately.
The additional build effort and jenkins script multitude is acceptable.
Change-Id: I194ad5169dbe013c8e1cf9d631033cb2576744dd
Diffstat (limited to 'contrib/jenkins-build-osmo-msc.sh')
-rwxr-xr-x | contrib/jenkins-build-osmo-msc.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/jenkins-build-osmo-msc.sh b/contrib/jenkins-build-osmo-msc.sh index 8025ca2..c0faf78 100755 --- a/contrib/jenkins-build-osmo-msc.sh +++ b/contrib/jenkins-build-osmo-msc.sh @@ -7,11 +7,9 @@ name="osmo-msc" build_repo libosmocore --disable-doxygen build_repo libosmo-abis build_repo libosmo-netif --disable-doxygen -build_repo openggsn build_repo libsmpp34 build_repo libosmo-sccp -build_repo libasn1c -build_repo osmo-iuh neels/sigtran # TEMPORARY BRANCH -build_repo openbsc aoip --enable-smpp --enable-osmo-bsc --enable-nat --enable-iu +build_repo osmo-mgw +build_repo osmo-msc --enable-smpp --disable-iu create_bin_tgz osmo-msc |