Skip to content
Snippets Groups Projects
Verified Commit 0e24496f authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] cdash submit as a separate step on win too.

parent f3640638
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
elseif (-Not ($env:CI_MERGE_REQUEST_LABELS -match "unit_tests")) { $ctest_condition = $true } elseif (-Not ($env:CI_MERGE_REQUEST_LABELS -match "unit_tests")) { $ctest_condition = $true }
if($env:BUILD_CTEST -eq "true" -And $ctest_condition -eq $true) if($env:BUILD_CTEST -eq "true" -And $ctest_condition -eq $true)
{ {
ctest --preset=$env:CMAKE_PRESET -LE large --output-junit Tests/ctest.xml -M Experimental --group $ctest_group --test-dir $build_directory_full -T Test -T Submit --no-tests=error ctest --preset=$env:CMAKE_PRESET -LE large --output-junit Tests/ctest.xml -M Experimental --group $ctest_group --test-dir $build_directory_full -T Test --no-tests=error
ctest --test-dir $build_directory_full -T submit; $null
} }
- | - |
if($env:CHECK_WARNINGS -eq "true" -and (cat $log_file | Select-String -Pattern ': warning') ) if($env:CHECK_WARNINGS -eq "true" -and (cat $log_file | Select-String -Pattern ': warning') )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment