blob: 8934d3077a2c7256d299e6990d1a88a2ee921890 [file] [log] [blame]
environment:
matrix:
- TARGET: 1.16.0-x86_64-pc-windows-msvc
- TARGET: 1.16.0-x86_64-pc-windows-gnu
- TARGET: beta-x86_64-pc-windows-msvc
- TARGET: beta-x86_64-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe"
- rust-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
- SET PATH=%PATH%;C:\MinGW\bin
- rustc -V
- cargo -V
build: false
test_script:
- cargo test --verbose
cache:
- C:\Users\appveyor\.cargo