Add a lab job for Coreclr testing via ILLINK (dotnet/coreclr#10200)
authorSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>
Thu, 16 Mar 2017 23:12:46 +0000 (16:12 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2017 23:12:46 +0000 (16:12 -0700)
commitaab2f9cfda10a0cebcab1a3c26e823a6680cb022
tree10ba66016aecf2eba0d6c3350cea9a87002fb132
parentdd7ce921c9bcace930e10141cf1716c528521781
Add a lab job for Coreclr testing via ILLINK (dotnet/coreclr#10200)

This commit adds a job that:
1) Clones https://github.com/mono/linker
2) Builds the linker for netcoreapp2.0
3) Builds CoreCLR and tests using the IlLinker built above

The job is run daily, and can be reqested from PRs as necessary.

Commit migrated from https://github.com/dotnet/coreclr/commit/a49486160e8b822609dae192ad5606bfc5c4ec05
src/coreclr/netci.groovy
src/coreclr/tests/build_illink.cmd [new file with mode: 0644]