ring/appveyor.yml
2016-01-21 14:10:55 -10:00

28 lines
473 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.6.0
- TOOLCHAIN_VERSION: 14.0
RUST: beta
- TOOLCHAIN_VERSION: 14.0
RUST: nightly
- TOOLCHAIN_VERSION: 12.0
RUST: 1.6.0
- TOOLCHAIN_VERSION: 12.0
RUST: beta
- TOOLCHAIN_VERSION: 12.0
RUST: nightly
build_script: mk/appveyor.bat