aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2018-08-07jenkins: add simtrace/trace to the buildsKévin Redon1-1/+1
trace is now stable enough on simtrace to be built and uploaded. Change-Id: I157fff9930d03a7ec52ecac4a1be0511ea66c010
2018-08-07jenkins: clean after uploadKévin Redon1-9/+14
the upload failed because after the firmware were built (make), they where removed (make clean). now they are removed only after the upload. Change-Id: Ie4421a6fa9207eb541107de9c14f265626f6be96
2018-08-07jenkins: fix publishKévin Redon1-0/+1
the script argument was not saved in the publish variable used later to decide if publishing/uploading is needed. Change-Id: Ic768a8e96e5e4d72acf3979da1412d683f79ec55
2018-08-06jenkins: add build uploadsKévin Redon1-0/+16
firmware binaries should be uploaded to https://ftp.osmocom.org/binaries/simtrace2/firmware/ this directory wiki be documented in the SIMtrace 2 wiki for users to get the latest firmware images without having to cross-compile themselves. Change-Id: I589531f59e54a0997b012bdd91e3bef9f847f517
2018-07-01contrib/jenkins.sh: Also run firmware tests + build-test host softwareHarald Welte1-2/+40
Change-Id: Ie53857164d0a21daac334057c5bafbfd9912bf4b
2018-06-29add contrib/jenkins.sh for build verificationHarald Welte1-0/+19
The contrib/jenkins.sh script will build all supported apps for all supported builds. It will be used by jenkins/gerrit build testing.