Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Fernandez Madero <safern@microsoft.com>2017-03-08 04:59:30 +0300
committerGitHub <noreply@github.com>2017-03-08 04:59:30 +0300
commit0c2f324f838f87597e044fc120562dc99ee2bce0 (patch)
tree7c729cb0453a9dd03db431825797119f3f192514 /netci.groovy
parent80a8fff42060631cc0d564c0df242fe385bd2b22 (diff)
Adding netfx vertical build with tests (#16837)
* Update netci.groovy to build-tests for all target groups
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy5
1 files changed, 3 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index 9e210c5ec6..100206cdd3 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -304,10 +304,10 @@ def buildArchConfiguration = ['Debug': 'x86',
}
// **************************
-// Define uap and uapaot vertical builds that will run on every merge.
+// Define target group vertical builds that will run on every merge.
// **************************
[true, false].each { isPR ->
- ['uap', 'uapaot'].each { targetGroup ->
+ ['uap', 'uapaot', 'netfx'].each { targetGroup ->
['Debug'].each { configurationGroup ->
['Windows_NT'].each { osName ->
def osGroup = osGroupMap[osName]
@@ -319,6 +319,7 @@ def buildArchConfiguration = ['Debug': 'x86',
// On Windows we use the packer to put together everything. On *nix we use tar
steps {
batchFile("call \"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat\" x86 && build.cmd -${configurationGroup} -framework:${targetGroup}")
+ batchFile("call \"C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\vcvarsall.bat\" x86 && build-tests.cmd -${configurationGroup} -framework:${targetGroup} -SkipTests")
}
}
// Set the affinity.