xamarin-macios/jenkins
Rolf Bjarne Kvinge bddd5f924a
[jenkins] Create comment file for PR builds. (#3799) (#3858)
* [jenkins] Create comment file for PR builds.
2018-04-04 15:40:34 +02:00
..
.gitignore [jenkins] Create comment file for PR builds. (#3799) (#3858) 2018-04-04 15:40:34 +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] Create comment file for PR builds. (#3799) (#3858) 2018-04-04 15:40:34 +02:00
build.sh [jenkins] Create comment file for PR builds. (#3799) (#3858) 2018-04-04 15:40:34 +02:00
provision-deps.sh [jenkins] Create comment file for PR builds. (#3799) (#3858) 2018-04-04 15:40:34 +02:00
run-tests.sh [jenkins] Create comment file for PR builds. (#3799) (#3858) 2018-04-04 15:40:34 +02: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.