discord-rpc-client/appveyor.yml

23 lines
454 B
YAML
Raw Normal View History

2018-04-02 18:48:57 -04:00
version: 1.0.{build}
environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
install:
- appveyor-retry appveyor DownloadFile https://win.rustup.rs/ -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc --default-toolchain stable
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
- rustup -V
- cargo -V
clone_depth: 1
2018-04-08 15:46:25 -04:00
skip_tags: true
2018-04-02 18:48:57 -04:00
build: false
test_script:
2018-04-09 13:34:31 -04:00
- cargo test --all
- cargo test --examples