xamarin-macios/jenkins
Rolf Bjarne Kvinge 238eb94caa
[jenkins] Don't treat API/Generator diff failures as errors. (#4127)
This way such failures won't make the build show up as failed, which may cause
other tooling to behave differently (and non-optimal).
2018-05-25 05:36:59 -04:00
..
.gitignore [jenkins] Make it possible to skip API comparison by applying a label to a pull request. (#3994) 2018-04-27 09:05:50 +02:00
README.md [Jenkins] Add different steps to be executed in jenkins. (#856) 2016-09-21 16:46:00 +02:00
build-api-diff.sh [jenkins] Update the urls for html reports. (#4119) 2018-05-24 09:04:14 -04:00
build.sh [jenkins] Make it possible to skip API comparison by applying a label to a pull request. (#3994) 2018-04-27 09:05:50 +02:00
compare.sh [jenkins] Don't treat API/Generator diff failures as errors. (#4127) 2018-05-25 05:36:59 -04:00
fetch-pr-labels.sh [jenkins] Make it possible to skip API comparison by applying a label to a pull request. (#3994) 2018-04-27 09:05:50 +02:00
provision-deps.sh [jenkins] Create comment file for PR builds. (#3799) 2018-04-02 14:49:03 +02:00
run-tests.sh [jenkins] Update the urls for html reports. (#4119) 2018-05-24 09:04:14 -04:00

README.md

Jenkins

This directory contains all the scripts to be executed as steps in the jenkins build bots for each of the PR in the project. The expected order in which they have to be executed is as follows:

  • provision-deps.sh : Downloads and installs the project dependencies.
  • build.sh : Builds the project.
  • run-tests.sh : Runs the tests.
  • build-api-diff.sh : Builds the API diff.