build: stabilize renderer regression target
This commit is contained in:
@@ -55,6 +55,8 @@ if(WIN32)
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_custom_target(rendering_phase_regression
|
add_custom_target(rendering_phase_regression
|
||||||
|
DEPENDS
|
||||||
|
rendering_phase_regression_build
|
||||||
COMMAND "${XCENGINE_POWERSHELL_EXECUTABLE}"
|
COMMAND "${XCENGINE_POWERSHELL_EXECUTABLE}"
|
||||||
-NoProfile
|
-NoProfile
|
||||||
-ExecutionPolicy Bypass
|
-ExecutionPolicy Bypass
|
||||||
@@ -62,7 +64,7 @@ if(WIN32)
|
|||||||
-RepoRoot "${CMAKE_SOURCE_DIR}"
|
-RepoRoot "${CMAKE_SOURCE_DIR}"
|
||||||
-BuildDir "${CMAKE_BINARY_DIR}"
|
-BuildDir "${CMAKE_BINARY_DIR}"
|
||||||
-Config $<CONFIG>
|
-Config $<CONFIG>
|
||||||
-CleanBuild
|
-SkipBuild
|
||||||
USES_TERMINAL
|
USES_TERMINAL
|
||||||
COMMENT "Run renderer phase regression suite"
|
COMMENT "Run renderer phase regression suite"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user