xamarin-macios/jenkins
Rolf Bjarne Kvinge 8b0c75c590 [xharness] Improve translation from xml to log file. Partially fixes #51661. (#2147)
This makes the failed tests show up in the html report itself, and it will
also show the failure message and stack trace in the produced log.

https://bugzilla.xamarin.com/show_bug.cgi?id=51661
2017-05-31 17:34:03 +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] Add different steps to be executed in jenkins. (#856) 2016-09-21 16:46:00 +02:00
build.sh [jenkins] Automatically detect mono bumps and enable device build. (#1298) 2016-12-03 01:52:24 +01:00
nunit-summary.xslt [xharness] Improve translation from xml to log file. Partially fixes #51661. (#2147) 2017-05-31 17:34:03 +02:00
provision-deps.sh [Jenkins] Add different steps to be executed in jenkins. (#856) 2016-09-21 16:46:00 +02:00
run-tests.sh [Jenkins] Add nuint xml logs (#883) 2016-11-15 19:04:37 +01: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.