Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f20037c5 authored by hhakim's avatar hhakim
Browse files

Specify which config to use for ctest (fix ctest_nightly_win10).

parent 435e8738
No related branches found
No related tags found
No related merge requests found
Pipeline #853124 canceled
......@@ -24,7 +24,9 @@ variables:
.ctest_template: &ctest_script
script:
- ctest -O ctest.log -S ./CDashConfScript.cmake -j4 --output-junit junit_output.xml
- ctest -O ctest.log -S ./CDashConfScript.cmake -j4 --output-junit junit_output.xml -C Release
# Release config is set because of Visual Studio cmake generator that wants absolutely one
# but it shouldn't cause any trouble for other envs
# junit output needs cmake/ctest >= 3.21
stages:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment