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:
authorGaurav Khanna <gkhanna@microsoft.com>2017-03-24 00:08:00 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2017-03-28 17:42:58 +0300
commitd443b3be32d3024e2bdbc80fda0ad7fcc358f1c9 (patch)
tree5c9f084db3b4d776aed0fbeeb96dd765179b585d /netci.groovy
parent8876b988df5737f154eda5f688dae3568ad5d6cc (diff)
Enable PortableRID packaging
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/netci.groovy b/netci.groovy
index 0db8b50b9e..2bf2f03216 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -238,7 +238,7 @@ def buildArchConfiguration = ['Debug': 'x86',
shell("sudo PATH=\$PATH:/usr/local/bin HOME=\$WORKSPACE/tempHome ./build-tests.sh -${configurationGroup.toLowerCase()} -outerloop -- /p:IsCIBuild=true")
}
else {
- def portableLinux = (osName == 'PortableLinux') ? '-portableLinux' : ''
+ def portableLinux = (osName == 'PortableLinux') ? '-portable' : ''
shell("sudo HOME=\$WORKSPACE/tempHome ./build.sh -${configurationGroup.toLowerCase()} ${portableLinux}")
shell("sudo HOME=\$WORKSPACE/tempHome ./build-tests.sh -${configurationGroup.toLowerCase()} -outerloop -- /p:IsCIBuild=true")
}
@@ -408,7 +408,7 @@ def buildArchConfiguration = ['Debug': 'x86',
else {
// Use Server GC for Ubuntu/OSX Debug PR build & test
def useServerGC = (configurationGroup == 'Release' && isPR) ? 'useServerGC' : ''
- def portableLinux = (osName == 'PortableLinux') ? '-portableLinux' : ''
+ def portableLinux = (osName == 'PortableLinux') ? '-portable' : ''
shell("HOME=\$WORKSPACE/tempHome ./build.sh -${configurationGroup.toLowerCase()} -framework:${targetGroup} -os:${osGroup} ${portableLinux} -buildArch:${archGroup}")
shell("HOME=\$WORKSPACE/tempHome ./build-tests.sh -${configurationGroup.toLowerCase()} -framework:${targetGroup} -os:${osGroup} -buildArch:${archGroup} -- ${useServerGC} /p:IsCIBuild=true")
// Tar up the appropriate bits.