]> git.proxmox.com Git - rustc.git/blame - src/vendor/atty/appveyor.yml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / atty / appveyor.yml
CommitLineData
041b39d2
XL
1environment:
2 matrix:
3 - TARGET: nightly-x86_64-pc-windows-msvc
4 - TARGET: nightly-i686-pc-windows-msvc
5 - TARGET: nightly-x86_64-pc-windows-gnu
6 - TARGET: nightly-i686-pc-windows-gnu
041b39d2
XL
7install:
8 - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:TARGET}.exe" -FileName "rust-install.exe"
9 - ps: .\rust-install.exe /VERYSILENT /NORESTART /DIR="C:\rust" | Out-Null
10 - ps: $env:PATH="$env:PATH;C:\rust\bin"
11 - call "%VCVARS%" || ver>nul
12 - rustc -vV
13 - cargo -vV
14build: false
15test_script:
abe05a73 16 - cargo build