Check if the platform was the issue in appveyor

This commit is contained in:
Mathijs van de Nes 2015-07-10 16:58:03 +02:00
parent effa440906
commit 260c927f74

View file

@ -5,6 +5,9 @@ environment:
- RUST_INSTALL_TRIPLE: x86_64-pc-windows-gnu - RUST_INSTALL_TRIPLE: x86_64-pc-windows-gnu
RUST_CHANNEL: stable RUST_CHANNEL: stable
platform:
- x64
install: install:
- ps: Start-FileDownload "http://static.rust-lang.org/dist/channel-rust-${env:RUST_CHANNEL}" - ps: Start-FileDownload "http://static.rust-lang.org/dist/channel-rust-${env:RUST_CHANNEL}"
- ps: $env:RUST_INSTALLER = Select-String "${env:RUST_INSTALL_TRIPLE}.*exe" "channel-rust-${env:RUST_CHANNEL}" | select -exp line - ps: $env:RUST_INSTALLER = Select-String "${env:RUST_INSTALL_TRIPLE}.*exe" "channel-rust-${env:RUST_CHANNEL}" | select -exp line