Skip to content

Commit

Permalink
fix for win ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangbopd committed Oct 8, 2023
1 parent 90aabaf commit 717ec53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/cpp/pir/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,9 @@ cc_test_old(
test_dialect
gtest
pir)

if(WITH_ONNXRUNTIME AND WIN32)
# Copy onnxruntime for some c++ test in Windows, since the test will
# be build only in CI, so suppose the generator in Windows is Ninja.
copy_onnx(ir_op_test)
endif()

0 comments on commit 717ec53

Please sign in to comment.