aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/jenkins.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
Change-Id: I4ec7accb1912c052b446be7c399bed32a8c62253
2019-07-30jenkins.sh: Workaround libusrp build race conditonPau Espin Pedrol1-1/+1
When submitting patches to osmo-trx in gerrit, sometimes the jenkins job fails due to libusrp failing to build. I never have this issue in on my workstation. Let's disable parallel make and see if we can avoid it for now. Related: OS#3970 Change-Id: I24bc54f5872e8edb9fab5b88055a00cebe1a6911
2019-07-10contrib/jenkins.sh: run "make maintainer-clean"Oliver Smith1-0/+1
Related: OS#3047 Change-Id: I6d541b47e68f5a8a61ac139a3ea85a9cb33856c1
2018-12-05jenkins.sh: run "make distcheck"Oliver Smith1-3/+6
Run distcheck in CI to be consistent with other Osmocom projects. Change-Id: I7d3fa0fe12e13ca13d3330158425718e5c34d00d
2018-12-05contrib/jenkins.sh: build and publish manualsOliver Smith1-1/+21
Add new environment variables WITH_MANUALS and PUBLISH to control if the manuals should be built and uploaded. Describe all environment vars on top of the file. When WITH_MANUALS is set, install osmo-gsm-manuals like any other dependency and add --enable-manuals to the configure flags (for "make" and "make distcheck"). Add the bin subdir of the installed files to PATH, so osmo-gsm-manuals-check-depends can be used by ./configure. Related: OS#3385 Change-Id: I54fdd18e405b2c84762ea06d91359867ceec8184
2018-10-09jenkins.sh: Enable build of osmo-trx-lmsPau Espin Pedrol1-1/+1
Change-Id: Idfa7ce566ad69b181bcadeee7ff023c77ecd4d6b
2018-09-10jenkins.sh: Add --enable-werror flag to osmo-trx configure stepPau Espin Pedrol1-1/+1
This way we catch newly introduced compilation warnings in osmo-trx. Change-Id: I7effaf243fd6e7fe69728cfce5f97e0b5bd4743c
2018-04-28jenkins.sh: Enable build of osmo-trx-usrp1Pau Espin Pedrol1-1/+2
Change-Id: I44a978fdd7fac683520be3586d84783e5e13de5f
2018-04-16configure.ac: Add --enable-sanitize optionPau Espin Pedrol1-2/+2
Change-Id: I1b5154a47bb2f66103ac254a0f422e8a80b2d3e0
2018-04-12jenkins.sh: change qemu-img default location to $HOME/qemu-img instead of ↵Alexander Couzens1-1/+1
/opt/qemu-img Change-Id: I56f314d78c0ca968b1fef9a91ecd540a7cc8fa86
2018-03-27jenkins.sh: cleanup always the workspaceAlexander Couzens1-3/+1
It was broken before becaues of checking emptyness against literal string will never be zero. However it should be cleaned always because the script is executed recursive which would also end up, never being executed. Change-Id: Ib228ff247a72b21b12e8dd4cbe3afe3e858c89d3
2018-03-02jenkins.sh: fix the download url if the qemu image wasn't setupAlexander Couzens1-1/+2
Download the image from yesterday because linuxcontainers only contains the images of the last 3 days. Change-Id: I75e270b7255c1cd7fca1674111b0f19fc7bba74f
2018-02-22Depend on libosmocorePau Espin Pedrol1-3/+28
Change-Id: If345c89293fcd7d1ad4f17214eea339951f25a5d
2018-01-15contrib/jenkins.sh: Use qemu+proot+debootstrap to run tests with ARM ↵Pau Espin Pedrol1-3/+53
instruction set The following logic doesn't require root access to run the tests, which means we can easily run it inside jenkins. Change-Id: Iba3f4de008662805d8ffc46e1f473e407b088fb8
2017-10-31jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-0/+5
See osmo-ci change I2409b2928b4d7ebbd6c005097d4ad7337307dd93 for rationale. Depends: I2409b2928b4d7ebbd6c005097d4ad7337307dd93 Change-Id: I609f7c7c88b49f26e2e48e1f1cffed76d9e6fb5e
2016-10-17add contrib/jenkins.sh, for gerrit build botNeels Hofmeyr1-0/+7
Change-Id: If8887525b0062090e9445a35e32b03e3b8e7eede