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

Merge branch 'fix-ctest-win' into 'master'

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

See merge request ogs/ogs!4670
parents f3640638 d1bf8f08
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,8 @@
elseif (-Not ($env:CI_MERGE_REQUEST_LABELS -match "unit_tests")) { $ctest_condition = $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') )
......
include:
- local: "/scripts/ci/extends/*.yml"
- local: "/scripts/ci/jobs/ci_images.yml"
- local: "/scripts/ci/jobs/pre-commit.yml"
- local: "/scripts/ci/jobs/meta.yml"
- local: "/scripts/ci/jobs/ci_images.yml"
- local: "/scripts/ci/jobs/build-linux.yml"
- local: "/scripts/ci/jobs/build-linux-arch.yml"
- local: "/scripts/ci/jobs/build-linux-petsc.yml"
......
include:
- local: "/scripts/ci/extends/*.yml"
- local: "/scripts/ci/jobs/ci_images.yml"
- local: "/scripts/ci/jobs/pre-commit.yml"
- local: "/scripts/ci/jobs/meta.yml"
- local: "/scripts/ci/jobs/build-mac.yml"
......
include:
- local: "/scripts/ci/extends/*.yml"
- local: "/scripts/ci/jobs/ci_images.yml"
- local: "/scripts/ci/jobs/pre-commit.yml"
- local: "/scripts/ci/jobs/meta.yml"
- local: "/scripts/ci/jobs/build-win.yml"
......
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