winit-sonoma-fix/appveyor.yml

18 lines
478 B
YAML
Raw Normal View History

2015-06-18 03:20:21 +10:00
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
2015-09-24 16:37:52 +10:00
- TARGET: i686-pc-windows-msvc
2015-06-18 03:20:21 +10:00
- TARGET: i686-pc-windows-gnu
2014-10-26 21:27:46 +11:00
install:
2015-09-24 16:37:52 +10: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-18 03:20:21 +10:00
- SET PATH=%PATH%;C:\MinGW\bin
- rustc -V
- cargo -V
2014-10-26 21:27:46 +11:00
build: false
test_script:
2015-05-05 01:48:15 +10:00
- cargo test --verbose