blob: a1abe76ddc075058c3c298cbb287ae11c1ebb410 [file] [log] [blame]
environment:
TARGET: x86_64-pc-windows-msvc
install:
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustc -V
- cargo -V
build: false
test_script:
- cargo test --lib --verbose
cache:
- C:\Users\appveyor\.cargo