projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24f8a4
)
Enable CROSS for testing (dotnet/coreclr#10594)
author
Matt Mitchell
<mmitche@microsoft.com>
Thu, 30 Mar 2017 22:05:38 +0000
(15:05 -0700)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/src/coreclr/netci.groovy
b/src/coreclr/netci.groovy
index
396893f
..
c67ce6a
100755
(executable)
--- a/
src/coreclr/netci.groovy
+++ b/
src/coreclr/netci.groovy
@@
-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)