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

Update .gitlab-ci.yml file

parent 6090089c
No related branches found
No related tags found
No related merge requests found
Pipeline #7682 passed
......@@ -88,9 +88,9 @@ test:clippy_windows:
tags:
- windows
script:
- set CARGO_HOME=C:\Users\ueisenb\AppData\Local\0_gsi_executables\.cargo
- set CARGO_TARGET_DIR=C:\Users\ueisenb\Appdata\Local\0_gsi_executables\gitlab-runner\target
- set PATH=%PATH%;C:\Users\ueisenb\AppData\Local\0_gsi_executables\.cargo\bin
- $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:Path += ";C:\Users\ueisenb\AppData\Local\0_gsi_executables\.cargo\bin"
- cargo clippy --workspace
#deploy:
......
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