File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
+ - TARGET : x86_64-pc-windows-msvc
4
+ RUSTFLAGS : -Zunstable-options -Ctarget-feature=+crt-static
3
5
- TARGET : x86_64-pc-windows-gnu
4
6
MSYS_BITS : 64
5
7
- TARGET : i686-pc-windows-gnu
6
8
MSYS_BITS : 32
7
9
- TARGET : x86_64-pc-windows-msvc
8
10
- TARGET : i686-pc-windows-msvc
9
11
install :
10
- - ps : Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
11
- - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
12
- - set PATH=%PATH%;C:\Program Files (x86)\Rust\bin
12
+ - appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
13
+ - rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain nightly
14
+ - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
15
+ - if NOT "%TARGET%" == "x86_64-pc-windows-msvc" rustup target add %TARGET%
13
16
- if defined MSYS_BITS set PATH=C:\msys64\mingw%MSYS_BITS%\bin;C:\msys64\usr\bin;%PATH%
14
17
- rustc -V
15
18
- cargo -V
You can’t perform that action at this time.
0 commit comments