ring/appveyor.yml
Dylan MacKenzie b6a09c1e13 Use channel not version number for stable rust on AppVeyor.
I agree to license my contributions to each file under the terms given
at the top of each file I changed.
2018-10-17 09:10:22 -10:00

21 lines
328 B
YAML

version: 1.0.{build}
os:
- Visual Studio 2015
clone_depth: 1
configuration:
- Debug
- Release
platform:
- Win32
- x64
environment:
matrix:
- TOOLCHAIN_VERSION: 14.0
RUST: stable
- TOOLCHAIN_VERSION: 14.0
RUST: beta
- TOOLCHAIN_VERSION: 14.0
RUST: nightly
build_script: mk/appveyor.bat