os: Visual Studio 2017 environment: matrix: - channel: stable target: x86_64-pc-windows-msvc install: - appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe - rustup-init -yv --default-toolchain %channel% --default-host %target% - set PATH=%PATH%;%USERPROFILE%\.cargo\bin - rustc -vV - cargo -vV - git submodule update --init --recursive build: false test_script: | cargo build --verbose --all cargo test --verbose --all