Эх сурвалжийг харах

#IQRV #comment [Config] 统一本地的默认配置

gifur 4 жил өмнө
parent
commit
ef940a37a4
2 өөрчлөгдсөн 6 нэмэгдсэн , 6 устгасан
  1. 1 2
      .gitignore
  2. 5 4
      CMakeSettings.json

+ 1 - 2
.gitignore

@@ -199,5 +199,4 @@ _deps
 #CMakeSettings.json
 /Other/libimageproc/RCa15420
 /cpp.hint
-!/ThirdParty/Include/msgpack/msgpack/preprocessor/debug
-CMakeSettings.json
+!/ThirdParty/Include/msgpack/msgpack/preprocessor/debug

+ 5 - 4
CMakeSettings.json

@@ -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" ],