]> git.proxmox.com Git - rustc.git/blob - src/vendor/clap/.appveyor.yml
New upstream version 1.31.0+dfsg1
[rustc.git] / src / vendor / clap / .appveyor.yml
1 environment:
2 matrix:
3 - TARGET: x86_64-pc-windows-msvc
4 - TARGET: i686-pc-windows-msvc
5 - TARGET: x86_64-pc-windows-gnu
6 - TARGET: i686-pc-windows-gnu
7 RUST_BACKTRACE: full
8 install:
9 - curl -sSf -o rustup-init.exe https://win.rustup.rs/
10 - rustup-init.exe -y --default-host %TARGET%
11 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
12 - rustc -vV
13 - cargo -vV
14 build: false
15 test_script:
16 - cargo build --verbose --features yaml
17 - cargo test --verbose --features yaml