File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3434 provisionerId : proj-relman
3535 workerType : ci
3636 payload :
37+ env :
38+ CI : true
3739 maxRunTime : 3600
3840 image : " rust:buster"
3941 command :
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}
You can’t perform that action at this time.
0 commit comments