Skip to content

Commit b30cd12

Browse files
committed
Choose the configuration to test on Gitlab's Windows runner
See [CTest reports no tests found without -C on multi-config generators](https://gitlab.kitware.com/cmake/cmake/-/issues/20283)
1 parent 830624e commit b30cd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ win-build:
102102
- cmake --build .
103103
# due to the long provisioning time of the Windows runner, tests are
104104
# executed in the same stage as the build
105-
- ctest --verbose
105+
- ctest -C Debug --verbose
106106
artifacts:
107107
paths:
108108
- install/

0 commit comments

Comments
 (0)