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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2017-01-06 01:03:56 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2017-01-06 01:03:56 +0300
commit44b68e694948065c1b61457cec125d3d64c1fa22 (patch)
treefc7093fb753c57f29ce42de9dd64ecc435d2e95c /config.json
parentd4d3bbdf7b8b35b5a330c94427051582470531d0 (diff)
parent05ae65fd6b51f865750e8d400c60511fcdbbbfb5 (diff)
Merge branch master into dev/eng
Diffstat (limited to 'config.json')
-rw-r--r--config.json35
1 files changed, 30 insertions, 5 deletions
diff --git a/config.json b/config.json
index e494932ef6..484b77ad3d 100644
--- a/config.json
+++ b/config.json
@@ -159,7 +159,7 @@
"BuildArchitecture": {
"description": "Sets the value of the build architecture.",
"valueType": "passThrough",
- "values": ["x86", "arm", "arm-softfp", "x64", "arm64"],
+ "values": ["x86", "arm", "armel", "x64", "arm64"],
"defaultValue": "${CPUArch}"
},
"CmakeBuildType": {
@@ -180,6 +180,12 @@
"values": ["Numeric values"],
"defaultValue": "--numproc ${ProcessorCount}"
},
+ "AdditionalArgs": {
+ "description": "Pass additional arguments to the native_build script",
+ "valueType": "passThrough",
+ "values": [],
+ "defaultValue": ""
+ },
"Project": {
"description": "Project where the commands are going to be applied.",
"valueType": "passThrough",
@@ -198,6 +204,12 @@
"values": [],
"defaultValue": ""
},
+ "RestoreForTestsAgainstPackagesOnly": {
+ "description": "MsBuild target that restores the packages.",
+ "valueType": "property",
+ "values": ["true", "false"],
+ "defaultValue": "true"
+ },
"GenerateVersionHeader": {
"description": "MsBuild target that generates the version header.",
"valueType": "target",
@@ -227,7 +239,7 @@
"valueType": "target",
"values": [],
"defaultValue": ""
- }
+ }
},
"commands": {
"build-managed": {
@@ -248,6 +260,12 @@
"MsBuildLogging":"/flp:v=normal;LogFile=build-packages.log"
}
},
+ "portableLinux":{
+ "description": "Make the build-native script generate binaries that are portable over glibc based Linux distros.",
+ "settings": {
+ "FilterToOSGroup":"linux"
+ }
+ },
"tests": {
"description": "Builds the tests that are in the repository, doesn't restore packages.",
"settings": {
@@ -316,6 +334,7 @@
"toolName": "msbuild",
"settings": {
"TargetOS": "default",
+ "BuildTests": false,
"ConfigurationGroup": "default",
"MsBuildLogging":"default",
"MsBuildWarning":"default",
@@ -348,6 +367,12 @@
"settings": {
"HostOs": "default"
}
+ },
+ "portableLinux":{
+ "description": "Make the build-native script generate binaries that are portable over glibc based Linux distros.",
+ "settings": {
+ "AdditionalArgs": "portableLinux"
+ }
}
},
"defaultValues": {
@@ -357,7 +382,8 @@
"BuildArchitecture": "default",
"CmakeBuildType": "default",
"HostOs": "default",
- "ProcessorCount": "default",
+ "ProcessorCount": "default",
+ "AdditionalArgs": "default",
"ToolSetDir": "default"
}
}
@@ -384,7 +410,6 @@
}
},
"defaultValues": {
- "defaultAlias": "b",
"toolName": "msbuild",
"settings": {
"MsBuildLogging":"/flp:v=normal;LogFile=clean.log"
@@ -496,7 +521,7 @@
}
},
"defaultValues": {
- "defaultAlias": "p",
+ "defaultAlias": "p",
"toolName": "msbuild",
"settings": {
"MsBuildLogging":"/flp:v=normal;LogFile=sync.log"