This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Harald Welte gerrit-no-reply at lists.osmocom.org
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
---
M jobs/gerrit-verifications.yml
1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/08/5308/2
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index a7df5f3..66d1751 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}'
--
To view, visit https://gerrit.osmocom.org/5308
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I2bb94c08259c130558f82bb4c084484be5b81c40
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>