diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-01-10 08:33:27 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-01-10 08:33:27 +0100 |
commit | f72b09bcb7efee96b05dbcfc34b4a5fd72ef37aa (patch) | |
tree | eb5d69fa2deb0326a4dc43bddb1f4ff6be8c4051 /appveyor.yml | |
parent | 9d7dbf7eb039d5614976a184082163bc97a319c6 (diff) | |
parent | 469d0eafd1704d5e9a172adfc673708fc76923e9 (diff) | |
download | glutin-f72b09bcb7efee96b05dbcfc34b4a5fd72ef37aa.tar.gz glutin-f72b09bcb7efee96b05dbcfc34b4a5fd72ef37aa.zip |
Merge pull request #190 from tomaka/update-rustc
Update for rust alpha 1.0
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 12fb639..b7a558c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 |