Просмотр исходного кода

remove automated testing project from build config

Signed-off-by: Shirang Jia <[email protected]>
Shirang Jia 2 лет назад
Родитель
Сommit
425132ebe7

+ 4 - 4
scripts/build/Platform/Linux/build_config.json

@@ -17,8 +17,8 @@
       "CONFIGURATION": "profile",
       "OUTPUT_DIRECTORY": "build/linux",
       "CMAKE_OPTIONS": "-G 'Ninja Multi-Config' -DLY_PARALLEL_LINK_JOBS=4",
-      "CMAKE_TARGET": "Editor AutomatedTesting.GameLauncher AtomSampleviewerStandalone AssetProcessor",
-      "CMAKE_LY_PROJECTS": "AutomatedTesting AtomSampleViewer"
+      "CMAKE_TARGET": "Editor AtomSampleviewerStandalone AssetProcessor",
+      "CMAKE_LY_PROJECTS": "AtomSampleViewer"
     }
   },
   "asv_release": {
@@ -30,8 +30,8 @@
       "CONFIGURATION": "release",
       "OUTPUT_DIRECTORY": "build/linux",
       "CMAKE_OPTIONS": "-G 'Ninja Multi-Config' -DLY_PARALLEL_LINK_JOBS=4",
-      "CMAKE_TARGET": "Editor AutomatedTesting.GameLauncher AtomSampleviewerStandalone AssetProcessor",
-      "CMAKE_LY_PROJECTS": "AutomatedTesting AtomSampleViewer"
+      "CMAKE_TARGET": "Editor AtomSampleviewerStandalone AssetProcessor",
+      "CMAKE_LY_PROJECTS": "AtomSampleViewer"
     }
   }
 }

+ 3 - 3
scripts/build/Platform/Windows/build_config.json

@@ -19,7 +19,7 @@
       "CMAKE_OPTIONS": "-DCMAKE_SYSTEM_VERSION=10.0 -DLY_TEST_IMPACT_INSTRUMENTATION_BIN=%TEST_IMPACT_WIN_BINARY%",
       "CMAKE_TARGET": "Editor AutomatedTesting.GameLauncher AtomSampleviewerStandalone AssetProcessor",
       "CMAKE_NATIVE_BUILD_ARGS": "/m /nologo",
-      "CMAKE_LY_PROJECTS": "AutomatedTesting AtomSampleViewer"
+      "CMAKE_LY_PROJECTS": "AtomSampleViewer"
     }
   },
   "asv_release": {
@@ -31,9 +31,9 @@
       "CONFIGURATION": "release",
       "OUTPUT_DIRECTORY": "build\\windows",
       "CMAKE_OPTIONS": "-DCMAKE_SYSTEM_VERSION=10.0",
-      "CMAKE_TARGET": "Editor AutomatedTesting.GameLauncher AtomSampleviewerStandalone AssetProcessor",
+      "CMAKE_TARGET": "Editor AtomSampleviewerStandalone AssetProcessor",
       "CMAKE_NATIVE_BUILD_ARGS": "/m /nologo",
-      "CMAKE_LY_PROJECTS": "AutomatedTesting AtomSampleViewer"
+      "CMAKE_LY_PROJECTS": "AtomSampleViewer"
     }
   }
 }