Enable CROSS for testing (dotnet/coreclr#10594)
authorMatt Mitchell <mmitche@microsoft.com>
Thu, 30 Mar 2017 22:05:38 +0000 (15:05 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 22:05:38 +0000 (15:05 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/326218797daf5e749081c83fc3ae90e23337c784

src/coreclr/netci.groovy

index 396893f..c67ce6a 100755 (executable)
@@ -2666,3 +2666,5 @@ JobReport.Report.generateJobReport(out)
 Utilities.createHelperJob(this, project, branch,
     "Welcome to the ${project} Repository",  // This is prepended to the help message
     "Have a nice day!")  // This is appended to the help message.  You might put known issues here.
+
+Utilities.addCROSSCheck(this, project, branch)