File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- language : rust
2
-
3
- rust : nightly
1
+ dist : xenial
2
+ language : minimal
4
3
5
4
os :
6
5
- linux
19
18
- RUST_BACKTRACE=1
20
19
- secure : " OKulfkA5OGd/d1IhvBKzRkHQwMcWjzrzbimo7+5NhkUkWxndAzl+719TB3wWvIh1i2wXXrEXsyZkXM5FtRrHm55v1VKQ5ibjEvFg1w3NIg81iDyoLq186fLqywvxGkOAFPrsePPsBj5USd5xvhwwbrjO6L7/RK6Z8shBwOSc41s="
21
20
21
+ before_install :
22
+ - curl -sSL https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly --profile=minimal
23
+ - export PATH="$HOME/.cargo/bin:$PATH"
22
24
install :
23
25
- |
24
26
if [ -z ${INTEGRATION} ]; then
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ branches:
15
15
16
16
install :
17
17
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
18
- - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
18
+ - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly --profile=minimal
19
19
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
20
20
- del rust-toolchain
21
21
- cargo install --git https://github.com/kennytm/rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
You can’t perform that action at this time.
0 commit comments