From cb7c6ee40f3b97c4ec802e92ad423939e6852d98 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 12 Dec 2017 17:28:26 +0100 Subject: [PATCH] Add gerrit JJB for osmo-ttcn3-hacks we simply call 'make compile' which will compile all of the projects from TTCN-3 to C++ Change-Id: I2bb94c08259c130558f82bb4c084484be5b81c40 --- jobs/gerrit-verifications.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml index a7df5f37..66d17512 100644 --- a/jobs/gerrit-verifications.yml +++ b/jobs/gerrit-verifications.yml @@ -177,6 +177,15 @@ - osmocom-bb - osmo-tetra + - osmo-ttcn3-hacks: + scm: + - git: + url: https://gerrit.osmocom.org/{repos} + node: build2-deb9build + cmd: > + # keep first line with less indent to preserve newlines + make clean; make compile + jobs: - 'gerrit-{repos}'