]> git.proxmox.com Git - rustc.git/blame - src/vendor/flate2/appveyor.yml
New upstream version 1.19.0+dfsg1
[rustc.git] / src / vendor / flate2 / appveyor.yml
CommitLineData
7cac9316
XL
1environment:
2 matrix:
3 - TARGET: x86_64-pc-windows-msvc
4 - TARGET: i686-pc-windows-msvc
5 - TARGET: i686-pc-windows-gnu
6install:
7 - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
8 - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
9 - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
10 - SET PATH=%PATH%;C:\MinGW\bin
11 - rustc -V
12 - cargo -V
13
14build: false
15
16test_script:
17 - cargo test --verbose --target %TARGET%
18 - cargo test --verbose --target %TARGET% --features tokio