aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins_oct.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-06-22jenkins_*.sh: add --enable-werror to configure flagsPau Espin Pedrol1-1/+6
The flag is enabled for all BTS flavour except for lc15, which still contain several compilation warnings (fixes submitted to gerrit, but not merged since no contributor is testing lc15 nowadays). Change-Id: Ib65056633697dafa63831fc2a480b798df550db6
2018-01-24Enable sanitize for CI testsMax1-1/+1
Change-Id: I3e2e1fb777a7cbf74e2f7c4288ed5f3277c7faed
2017-12-14jenkins.sh: Disable building doxygen for depsPau Espin Pedrol1-1/+1
Change-Id: I2ed207a5febe8017a20a0e7de0ba575fd7966af6
2017-10-28jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-0/+2
See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale. Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93 Change-Id: I830b17462b636e0bf03f4d88000660409503c3e5
2017-08-18Simplify jenkins build scriptsMax1-16/+2
* move duplicated code into separate functions in jenkins_common.sh * use that function in individual builds Change-Id: I4d09c5f2693b5ac0a4d8f2c840971e13d1ec58cf
2017-07-10jenkins helpers: some minimal documentation/comments + print errorsHarald Welte1-0/+1
We should print meaningful error messages in case a user doesn't have the required local PATH set up, or doesn't specify a required command line argument. Change-Id: I30a2935f93ade69222b1e0c3e212ee10e17c1823
2017-06-21Use generic L1 headers helperMax1-16/+3
Change-Id: I2253df3509595d7393ec6631ef846dbebae73ca4
2017-06-21Move common steps into common jenkins helperMax1-19/+3
Move value_string termination check and OpenBSC headers checkout into shared jenkins helper from BTS' model-specific helpers to get rid of copy-pasted code. While at it - also remove unnecessary bash dependency. Change-Id: Ic48b1f75179b9008d65219dd5a47c1ab3b886408
2017-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+2
Change-Id: Id4eb92924c03748563921e3f56cc0e5e0ffff502 Depends: libosmocore change-id I2bc93ab4781487e7685cfb63091a489cd126b1a8
2016-10-18jenkins-oct.sh: fix build: typo in deps pathNeels Hofmeyr1-1/+1
Change-Id: I05014e25ffc829fa2fc3973471baa28f7f5a62c9
2016-10-12jenkins.sh: use osmo-build-dep.sh, log test failuresNeels Hofmeyr1-24/+30
Like in libosmo-abis' and other jenkins.sh Change-Id: I6ad88bce18677b148af63ae8f6e0ab7e3b38b5a2
2016-09-06oct: Attempt to enable the Octphy for the osmo-bts-oct buildHolger Hans Peter Freyther1-2/+2
Change-Id: Ib41dfe35af1ed2ef270a436a8086a3120fe4d7d6
2016-08-08ci/spatch: Remove the "static" analysis handlingHolger Hans Peter Freyther1-15/+0
spatch on Debian 8.0 has already crashed twice and is likely to crash more and at the same time the value for this static checking is close to zero (nice idea but never blossomed). So let's remove it, have a more reliable build and let's coverity find those issues. Change-Id: Ic1004edf7f0bee8dda30b95554a0aaf0b116b6b8
2016-04-13jenkins: Add the build script from jenkins hereHolger Hans Peter Freyther1-0/+68
This can be used to replicate a build issue more easily. Build specific to the Octphy.