aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/Dockerfile_osmocom_jenkins.amd641
-rw-r--r--jobs/master-builds.yml11
2 files changed, 12 insertions, 0 deletions
diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64
index c5318fb..18402f3 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -19,6 +19,7 @@ RUN \
bc \
bison \
bzip2 \
+ cmake \
coccinelle \
cppcheck \
dahdi-source \
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]