summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSwaroop Sridhar <Swaroop.Sridhar@microsoft.com>2017-03-16 16:12:46 -0700
committerGitHub <noreply@github.com>2017-03-16 16:12:46 -0700
commita49486160e8b822609dae192ad5606bfc5c4ec05 (patch)
treeb762dc437c99d37ee7195feb3b06a9be922a39f6 /.gitignore
parent1b64c03493a4b7e4336f0dabbdf4ed980f0d109c (diff)
downloadcoreclr-a49486160e8b822609dae192ad5606bfc5c4ec05.tar.gz
coreclr-a49486160e8b822609dae192ad5606bfc5c4ec05.tar.bz2
coreclr-a49486160e8b822609dae192ad5606bfc5c4ec05.zip
Add a lab job for Coreclr testing via ILLINK (#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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index f5d049b3d0..60cd8dde80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -310,3 +310,6 @@ src/jit32
# performance testing sandbox
sandbox
+
+#IL linker for testing
+linker