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
Review at  https://gerrit.osmocom.org/5310
gerrit: ttcn3: doe 'make clean' as part of test
Change-Id: Id9936e405730f80edc85186f08de75e00b3711bc
---
M jobs/gerrit-verifications.yml
1 file changed, 1 insertion(+), 1 deletion(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/10/5310/1
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index 8404109..66d1751 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -184,7 +184,7 @@
           node: build2-deb9build
           cmd: >
            # keep first line with less indent to preserve newlines
-            make compile
+            make clean; make compile
 
     jobs:
       - 'gerrit-{repos}'
-- 
To view, visit https://gerrit.osmocom.org/5310
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id9936e405730f80edc85186f08de75e00b3711bc
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>