ring/appveyor.yml
Brian Smith baae7b50b0 Use Rust 1.11.0 on Appveyor.
This is required because we're using the `assert!` syntax that allows
custom error messages, and that wasn't stable in previous versions.
2016-08-23 17:46:02 -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: 1.11.0
- TOOLCHAIN_VERSION: 14.0
RUST: beta
- TOOLCHAIN_VERSION: 14.0
RUST: nightly
build_script: mk/appveyor.bat