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

[CI] Migrated xunit2junit from Singularity to Docker.

parent 6321c120
No related branches found
No related tags found
No related merge requests found
......@@ -23,15 +23,16 @@ ctest results:
variables:
GIT_STRATEGY: none
tags:
- singularity
- docker-shell
- ogs
needs:
- job: build linux
- job: build win
- job: build mac
script:
- singularity run docker://$XUNIT_TO_JUNIT_IMAGE -s:./build/Tests/ctest.xml > build/ctest-junit.xml
- singularity run docker://$XUNIT_TO_JUNIT_IMAGE -s:./build-win/Tests/ctest.xml > build-win/ctest-junit.xml
- singularity run docker://$XUNIT_TO_JUNIT_IMAGE -s:./build-win/Tests/ctest.xml > build-mac/ctest-junit.xml
- docker run -v $PWD:/tmp $XUNIT_TO_JUNIT_IMAGE -s:/tmp/build/Tests/ctest.xml > ./build/ctest-junit.xml
- docker run -v $PWD:/tmp $XUNIT_TO_JUNIT_IMAGE -s:/tmp/build-win/Tests/ctest.xml > ./build-win/ctest-junit.xml
- docker run -v $PWD:/tmp $XUNIT_TO_JUNIT_IMAGE -s:/tmp/build-mac/Tests/ctest.xml > ./build-mac/ctest-junit.xml
artifacts:
expire_in: 1 week
reports:
......
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