|
|
@@ -37,7 +37,8 @@
|
|
|
"cmakeCommandArgs": "-D BUILD_TESTING=OFF",
|
|
|
"buildCommandArgs": "",
|
|
|
"ctestCommandArgs": "-C Release",
|
|
|
- "inheritEnvironments": [ "msvc_x86" ]
|
|
|
+ "inheritEnvironments": [ "msvc_x86" ],
|
|
|
+ "variables": []
|
|
|
},
|
|
|
{
|
|
|
"name": "ARM64-GCC-Debug",
|
|
|
@@ -45,11 +46,11 @@
|
|
|
"configurationType": "Debug",
|
|
|
"cmakeExecutable": "cmake",
|
|
|
"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
|
|
|
- "cmakeCommandArgs": "-D BUILD_TESTING=ON -D WITH_CI_NUMBER=OFF -D SIMULATE_ON=OFF -D BUILD_DEVADAPTER=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" ],
|
|
|
- "remoteMachineName": "2068923280;99.12.22.168 (username=vtm, port=22, authentication=Password)",
|
|
|
+ "remoteMachineName": "${defaultRemoteMachineName}",
|
|
|
"remoteCMakeListsRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/src",
|
|
|
"remoteBuildRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/build/${name}",
|
|
|
"remoteInstallRoot": "$HOME/.vs/${projectDirName}/${workspaceHash}/out/install/${name}",
|
|
|
@@ -72,7 +73,7 @@
|
|
|
"configurationType": "Release",
|
|
|
"cmakeExecutable": "cmake",
|
|
|
"remoteCopySourcesExclusionList": [ ".vs", ".git", "out" ],
|
|
|
- "cmakeCommandArgs": "-D BUILD_TESTING=ON",
|
|
|
+ "cmakeCommandArgs": "-D BUILD_TESTING=OFF",
|
|
|
"buildCommandArgs": "",
|
|
|
"ctestCommandArgs": "--output-on-failure",
|
|
|
"inheritEnvironments": [ "linux_arm" ],
|