aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-01-10 08:33:27 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-01-10 08:33:27 +0100
commitf72b09bcb7efee96b05dbcfc34b4a5fd72ef37aa (patch)
treeeb5d69fa2deb0326a4dc43bddb1f4ff6be8c4051 /appveyor.yml
parent9d7dbf7eb039d5614976a184082163bc97a319c6 (diff)
parent469d0eafd1704d5e9a172adfc673708fc76923e9 (diff)
downloadglutin-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.yml5
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