winit-sonoma-fix/appveyor.yml

18 lines
478 B
YAML
Raw Normal View History

2015-06-17 19:20:21 +02:00
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
2015-09-24 08:37:52 +02:00
- TARGET: i686-pc-windows-msvc
2015-06-17 19:20:21 +02:00
- TARGET: i686-pc-windows-gnu
2014-10-26 11:27:46 +01:00
install:
2015-09-24 08:37:52 +02:00
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
2015-06-17 19:20:21 +02:00
- SET PATH=%PATH%;C:\MinGW\bin
- rustc -V
- cargo -V
2014-10-26 11:27:46 +01:00
build: false
test_script:
2015-05-04 17:48:15 +02:00
- cargo test --verbose