Some other attempt at appveyor gcc

This commit is contained in:
Mathijs van de Nes 2015-07-10 22:34:48 +02:00
parent bd4413ba22
commit 75b970cb3c

View file

@ -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