Skip to content
Snippets Groups Projects
Commit 73c1f0f1 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

Update .gitlab-ci.yml file

parent 14bd4864
No related branches found
No related tags found
No related merge requests found
Pipeline #7686 passed
...@@ -52,13 +52,14 @@ test_windows: ...@@ -52,13 +52,14 @@ test_windows:
- $Env:CARGO_HOME="C:\Users\ueisenb\AppData\Local\0_gsi_executables\.cargo" - $Env:CARGO_HOME="C:\Users\ueisenb\AppData\Local\0_gsi_executables\.cargo"
- $Env:CARGO_TARGET_DIR="C:\Users\ueisenb\Appdata\Local\0_gsi_executables\gitlab-runner\target" - $Env:CARGO_TARGET_DIR="C:\Users\ueisenb\Appdata\Local\0_gsi_executables\gitlab-runner\target"
- $Env:Path += ";C:\Users\ueisenb\AppData\Local\0_gsi_executables\.cargo\bin" - $Env:Path += ";C:\Users\ueisenb\AppData\Local\0_gsi_executables\.cargo\bin"
- rustup default nightly # - rustup default nightly
- cargo install junitify # - cargo install junitify
- cargo test -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR\tests\ # junitify does not find some files under windows ???
artifacts: - cargo test # -- --format=json -Z unstable-options --report-time | junitify --out $CI_PROJECT_DIR\tests\
when: always # artifacts:
reports: # when: always
junit: $CI_PROJECT_DIR/tests/*.xml # reports:
# junit: $CI_PROJECT_DIR/tests/*.xml
clippy: clippy:
stage: test stage: test
......
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