]> git.proxmox.com Git - cargo.git/blob - vendor/miow-0.2.1/appveyor.yml
New upstream version 0.20.0
[cargo.git] / vendor / miow-0.2.1 / appveyor.yml
1 environment:
2 matrix:
3 - TARGET: x86_64-pc-windows-msvc
4 - TARGET: i686-pc-windows-msvc
5 - TARGET: i686-pc-windows-gnu
6 GH_TOKEN:
7 secure: nHB4fVo+y/Aak+L0nYfrT8Rcs8OfUNm0F2xcIVFVYJ9ehf0CzvCmSMUvWguM0kKp
8
9 install:
10 - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
11 - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
12 - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin
13 - SET PATH=%PATH%;C:\MinGW\bin
14 - rustc -V
15 - cargo -V
16
17 build: false
18
19 test_script:
20 - cargo test --target %TARGET%