Some other attempt at appveyor gcc
This commit is contained in:
parent
bd4413ba22
commit
75b970cb3c
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ install:
|
|||
- ps: Start-FileDownload "http://static.rust-lang.org/dist/${env:RUST_INSTALLER}"
|
||||
- '%RUST_INSTALLER% /VERYSILENT /NORESTART /DIR="C:\Rust"'
|
||||
- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
|
||||
- SET PATH=C:\Rust\bin;%PATH%
|
||||
- SET PATH=C:\Rust\bin\rustlib\%RUST_INSTALL_TRIPLE%\bin;%PATH%
|
||||
- 'SET PATH=%PATH%;C:\Rust\bin'
|
||||
- 'SET PATH=%PATH%;C:\Rust\bin\rustlib\%RUST_INSTALL_TRIPLE%\bin'
|
||||
- rustc --version
|
||||
- cargo --version
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue