aboutsummaryrefslogtreecommitdiffstats
path: root/jobs
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-07-24 11:03:36 +0200
committerlaforge <laforge@osmocom.org>2019-12-01 10:40:16 +0000
commitf8d85c9f1867043a065398aa074a8b45203af9d3 (patch)
tree7da8dfb6e96c083b8e9c2c99470f4461d84f303c /jobs
parent45ce0417d421332735bfac78467cda56527b734a (diff)
jobs/master-builds.yml: add osmo-fl2k
Related: OS#3203 Depends: https://lists.osmocom.org/pipermail/osmocom-sdr/2019-July/001951.html Change-Id: Iac411a5d5e312b8db0b5388f58571141fb2f32df
Diffstat (limited to 'jobs')
-rw-r--r--jobs/master-builds.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/jobs/master-builds.yml b/jobs/master-builds.yml
index 58190cb..15acd12 100644
--- a/jobs/master-builds.yml
+++ b/jobs/master-builds.yml
@@ -194,6 +194,17 @@
concurrent: false
cmd: 'PUBLISH=1 ASCIIDOC_WARNINGS_CHECK=1 ./contrib/jenkins_bts_model.sh "$BTS_MODEL"'
+ - osmo-fl2k:
+ concurrent: true
+ cmd: |
+ docker run --rm=true \
+ -e HOME=/build \
+ -e PARALLEL_MAKE="$PARALLEL_MAKE" \
+ -e PATH="$PATH:/build_bin" \
+ -w /build -i -u build \
+ -v "$PWD:/build" -v "$HOME/bin:/build_bin" \
+ osmocom:amd64 /build/contrib/jenkins.sh
+
- osmo-ggsn:
a1_name: GTP
a1: !!python/tuple [--enable-gtp-linux,--disable-gtp-linux]