Skip to content

Commit 8e52a21

Browse files
committed
Make insta more verbose
1 parent 524449d commit 8e52a21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.taskcluster.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ tasks:
3434
provisionerId: proj-relman
3535
workerType: ci
3636
payload:
37+
env:
38+
CI: true
3739
maxRunTime: 3600
3840
image: "rust:buster"
3941
command:
@@ -44,6 +46,7 @@ tasks:
4446
rustup toolchain install nightly &&
4547
curl -L https://github.com/est31/cargo-udeps/releases/download/v0.1.35/cargo-udeps-v0.1.35-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/cargo/bin --strip-components 2 &&
4648
curl -L https://github.com/rustsec/rustsec/releases/download/cargo-audit%2Fv0.16.0/cargo-audit-x86_64-unknown-linux-musl-v0.16.0.tgz | tar xzv -C /usr/local/cargo/bin --strip-components 1 &&
49+
cargo install cargo-insta &&
4750
git clone --quiet ${repository} &&
4851
cd rust-code-analysis &&
4952
git -c advice.detachedHead=false checkout ${head_rev} &&
@@ -130,6 +133,8 @@ tasks:
130133
provisionerId: proj-relman
131134
workerType: win2012r2
132135
payload:
136+
env:
137+
CI: true
133138
maxRunTime: 3600
134139
command:
135140
- set VSWHERE=%programfiles(x86)%\Microsoft Visual Studio\Installer
@@ -142,6 +147,7 @@ tasks:
142147
- set PATH=%LIB_PATH%;%PATH%
143148
- rustup-init -yv --default-toolchain stable ^
144149
--default-host x86_64-pc-windows-msvc
150+
- cargo install cargo-insta
145151
- git clone --quiet ${repository}
146152
- cd rust-code-analysis
147153
- git -c advice.detachedHead=false checkout ${head_rev}

0 commit comments

Comments
 (0)