xamarin-macios/jenkins
Rolf Bjarne Kvinge 90b6c17946
[jenkins] Allow codesign without permission dialogs as well. (#4220)
2018-06-12 05:21:28 -07: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
Jenkinsfile [jenkins] Cherry-pick a series of fixes for internal jenkins support from the d15-8 branch (#4195) 2018-06-07 09:55:31 -07:00
Makefile [jenkins] Fix scripts to be shellcheck-happy. (#4148) 2018-05-29 11:03:54 -04: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 Add support for building on Jenkins. (#4159) 2018-06-04 19:40:16 -04:00
build-package.sh Add support for building on Jenkins. (#4159) 2018-06-04 19:40:16 -04:00
build.sh [jenkins] Cherry-pick a series of fixes for internal jenkins support from the d15-8 branch (#4195) 2018-06-07 09:55:31 -07:00
compare.sh Add support for building on Jenkins. (#4159) 2018-06-04 19:40:16 -04:00
fetch-pr-labels.sh [jenkins] Fix scripts to be shellcheck-happy. (#4148) 2018-05-29 11:03:54 -04:00
productsign.sh Add support for building on Jenkins. (#4159) 2018-06-04 19:40:16 -04:00
provision-deps.sh [jenkins] Fix scripts to be shellcheck-happy. (#4148) 2018-05-29 11:03:54 -04:00
publish-results.sh Add support for building on Jenkins. (#4159) 2018-06-04 19:40:16 -04:00
run-tests.sh [jenkins] Allow codesign without permission dialogs as well. (#4220) 2018-06-12 05:21:28 -07:00
utils.groovy Add support for building on Jenkins. (#4159) 2018-06-04 19:40:16 -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.