Skip to content

Commit aba8e49

Browse files
committed
fix win ci
1 parent a2d4abb commit aba8e49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/cpp/pir/shape_dialect/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ if(WITH_CINN)
66
shape_optimization_test PROPERTIES ENVIRONMENT
77
"FLAGS_enable_pir_in_executor=true")
88
endif()
9+
10+
if(WITH_ONNXRUNTIME AND WIN32)
11+
# Copy onnxruntime for some c++ test in Windows, since the test will
12+
# be build only in CI, so suppose the generator in Windows is Ninja.
13+
copy_onnx(symbol_dim_expr_test)
14+
endif()

0 commit comments

Comments
 (0)