]> git.lizzy.rs Git - rust.git/blob - appveyor.yml
generate testsuite for impl_type
[rust.git] / appveyor.yml
1 os: Visual Studio 2015
2
3 install:
4   - curl https://win.rustup.rs/ --output rustup-init.exe
5   - rustup-init -yv --default-toolchain stable --default-host x86_64-pc-windows-msvc
6   - set PATH=%PATH%;%USERPROFILE%\.cargo\bin
7   - rustc -vV
8   - cargo -vV
9
10 build: false
11
12 test_script:
13   - cargo test
14
15 branches:
16   only:
17     - staging
18     - master
19     - trying