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

[ci] Fix win artifacts.

parent d9ff6964
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,7 @@
- windows
extends:
- .vs2019-environment
- .test-artifacts
variables:
script:
- mkdir -p $env:BUILD_DIR
- cd $env:BUILD_DIR
......@@ -20,8 +17,13 @@
- cmake --build . --target tests
- cmake --build . --target ctest
- cp Testing/**/Test.xml Tests/ctest.xml
artifacts:
name: "$env:CI_JOB_NAME"
paths:
- $env:BUILD_DIR/*.zip
- $BUILD_DIR/Tests/ctest.xml
- $BUILD_DIR/Tests/testrunner.xml
- $BUILD_DIR/make.output
- $BUILD_DIR/*.zip
expire_in: 1 week
reports:
junit:
- $BUILD_DIR/Tests/testrunner.xml
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