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