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:
authorWes Haggard <Wes.Haggard@microsoft.com>2018-04-17 23:16:37 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2018-04-19 20:50:03 +0300
commit937caf15298d8197de52f967a2d81fd7219a69b5 (patch)
treec6091028569a769f392249f967ec544db7464022 /buildpipeline
parenta8b85537ff2eaee76c382c90be15cd3312d1bfb1 (diff)
Add linux-musl build leg
Diffstat (limited to 'buildpipeline')
-rw-r--r--buildpipeline/pipeline.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/buildpipeline/pipeline.json b/buildpipeline/pipeline.json
index 1524a30763..f415f7d086 100644
--- a/buildpipeline/pipeline.json
+++ b/buildpipeline/pipeline.json
@@ -65,6 +65,22 @@
}
},
{
+ "Name": "DotNet-CoreFx-Trusted-Linux",
+ "Parameters": {
+ "PB_DockerTag": "alpine-3.6-3148f11-20171119021156",
+ "PB_BuildArguments": "-buildArch=x64 -$(PB_ConfigurationGroup) -stripSymbols -RuntimeOS=linux-musl -- /p:PortableBuild=false /p:StabilizePackageVersion=$(PB_IsStable) /p:PackageVersionStamp=$(PB_VersionStamp)",
+ "PB_BuildTestsArguments": "-buildArch=x64 -$(PB_ConfigurationGroup) -SkipTests -Outerloop -RuntimeOS=linux-musl -- /p:ArchiveTests=true /p:EnableDumpling=true /p:PortableBuild=false",
+ "PB_SyncArguments": "-p -BuildTests=false -RuntimeOS=linux-musl -- /p:ArchGroup=x64 /p:PortableBuild=false /p:DotNetRestoreSources=$(PB_RestoreSource) /p:DotNetAssetRootUrl=$(PB_AssetRootUrl)",
+ "PB_TargetQueue": "Alpine.36.Amd64",
+ "PB_CreateHelixArguments": "/p:ArchGroup=x64 /p:ConfigurationGroup=$(PB_ConfigurationGroup) /p:TestProduct=corefx /p:TimeoutInSeconds=1200 /p:TargetOS=Linux"
+ },
+ "ReportingParameters": {
+ "OperatingSystem": "Linux-musl",
+ "Platform": "x64",
+ "Type": "build/product/"
+ }
+ },
+ {
"Name": "DotNet-CoreFx-Trusted-Linux-Crossbuild",
"Parameters": {
"PB_DockerTag": "ubuntu-14.04-cross-0cd4667-20170319080304",