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:
authorPrajwal A N <an.prajwal@samsung.com>2016-07-08 01:45:34 +0300
committerPrajwal A N <an.prajwal@samsung.com>2016-07-08 04:10:07 +0300
commit19773a26afd1a3557912b46e4e58df09e392349c (patch)
tree6e27da833489bfdd5bcaa5fa4b9a4b4900f7a5ce /netci.groovy
parentdd40aa9636a7f0b57758264239c5bcfa119d10af (diff)
ARM-CI: Enable build of managed components
To ensure that the native and managed components are built on the same source code, enable managed build as well. Tests are not needed Signed-off-by: Prajwal A N <an.prajwal@samsung.com>
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy5
1 files changed, 4 insertions, 1 deletions
diff --git a/netci.groovy b/netci.groovy
index fed47b00c2..9d45e3e4df 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -373,6 +373,9 @@ def osShortName = ['Windows 10': 'win10',
steps {
// Call the arm32_ci_script.sh script to perform the cross build of native corefx
shell("./scripts/arm32_ci_script.sh --emulatorPath=${armemul_path} --mountPath=${armrootfs_mountpath} --buildConfig=${configurationGroup.toLowerCase()} --verbose")
+
+ // Archive the native and managed binaries
+ shell("tar -czf bin/build.tar.gz bin/*.${configurationGroup} bin/ref bin/packages --exclude=*.Tests")
}
}
@@ -384,7 +387,7 @@ def osShortName = ['Windows 10': 'win10',
Utilities.standardJobSetup(newJob, project, isPR, "*/${branch}")
// Add archival for the built binaries
- def archiveContents = "bin/Linux.${arch}.${configurationGroup}/**"
+ def archiveContents = "bin/build.tar.gz"
Utilities.addArchival(newJob, archiveContents)
// Set up triggers