We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8870e commit 3435786Copy full SHA for 3435786
.taskcluster.yml
@@ -66,10 +66,18 @@ tasks:
66
payload:
67
maxRunTime: 3600
68
command:
69
+ - set RUSTUP_INIT_PATH=%CD%\rustup-init
70
+ - set PATH=%RUSTUP_INIT_PATH%;%USERPROFILE%\.cargo\bin;%PATH%
71
+ - rustup-init -yv --default-toolchain stable ^
72
+ --default-host x86_64-pc-windows-msvc
73
- git clone --recursive --quiet ${repository}
74
- cd rust-code-analysis
75
- git -c advice.detachedHead=false checkout ${head_rev}
- - cargo test
76
+ - cargo test --verbose --all-features
77
+ mounts:
78
+ - content:
79
+ url: https://win.rustup.rs/
80
+ file: rustup-init\rustup-init.exe
81
metadata:
82
name: rust-code-analysis windows test
83
description: rust-code-analysis windows test
0 commit comments