From c080890c9d0d1c63c2f0d57bee9f36cdb649959f Mon Sep 17 00:00:00 2001 From: ssdfasd <2156608475@qq.com> Date: Thu, 2 Apr 2026 04:16:03 +0800 Subject: [PATCH] build: stabilize renderer regression target --- tests/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 74ef68ef..0d986fdc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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 $ - -CleanBuild + -SkipBuild USES_TERMINAL COMMENT "Run renderer phase regression suite" )