summaryrefslogtreecommitdiffstats
path: root/third_party/rust/adler32/appveyor.yml
blob: 03f815aa4b3da67a99499550cd8b39304607995e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
install:
  - ps: Start-FileDownload 'https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe'
  - rust-nightly-i686-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
  - set PATH=%PATH%;C:\Program Files (x86)\Rust\bin
  - rustc -V
  - cargo -V

build: false

test_script:
  - cargo build --verbose
  - cargo test --verbose