|
@@ -37,8 +37,7 @@
|
|
|
"cmakeCommandArgs": "-D BUILD_TESTING=OFF",
|
|
|
"buildCommandArgs": "",
|
|
|
"ctestCommandArgs": "-C Release",
|
|
|
- "inheritEnvironments": [ "msvc_x86" ],
|
|
|
- "variables": []
|
|
|
+ "inheritEnvironments": [ "msvc_x86" ]
|
|
|
},
|
|
|
{
|
|
|
"name": "ARM64-GCC-Debug",
|
|
@@ -46,7 +45,7 @@
|
|
|
"configurationType": "Debug",
|
|
|
"cmakeExecutable": "cmake",
|
|
|
"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
|
|
|
- "cmakeCommandArgs": "-D BUILD_TESTING=ON",
|
|
|
+ "cmakeCommandArgs": "-D BUILD_TESTING=OFF -D WITH_CI_NUMBER=OFF -D SIMULATE_ON=OFF -D BUILD_DEVADAPTER=ON",
|
|
|
"buildCommandArgs": "",
|
|
|
"ctestCommandArgs": "--output-on-failure",
|
|
|
"inheritEnvironments": [ "linux_arm" ],
|
|
@@ -64,11 +63,6 @@
|
|
|
"name": "SIMULATE_ON",
|
|
|
"value": "False",
|
|
|
"type": "BOOL"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "BUILD_MODULE",
|
|
|
- "value": "True",
|
|
|
- "type": "BOOL"
|
|
|
}
|
|
|
]
|
|
|
},
|