Update for rust alpha 1.0
This commit is contained in:
parent
9d7dbf7eb0
commit
469d0eafd1
8 changed files with 11 additions and 15 deletions
|
|
@ -1,13 +1,10 @@
|
|||
install:
|
||||
- ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe'
|
||||
- ps: Start-FileDownload 'https://static.rust-lang.org/cargo-dist/cargo-nightly-i686-pc-windows-gnu.tar.gz'
|
||||
- rust-nightly-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
|
||||
- 7z e cargo-nightly-i686-pc-windows-gnu.tar.gz
|
||||
- 7z x cargo-nightly-i686-pc-windows-gnu.tar
|
||||
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
|
||||
- SET PATH=%PATH%;%CD%\cargo-nightly-i686-pc-windows-gnu\bin
|
||||
- rustc -V
|
||||
- cargo -V
|
||||
- git submodule update --init --recursive
|
||||
|
||||
build: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue