ring/appveyor.yml
Brian Smith 8d4e283c16 Update MSVC configuration used by AppVeyor.
Use MSVC 2019. Assume the environment is set up correctly.
2020-06-19 11:32:26 -05:00

21 lines
328 B
YAML

version: 1.0.{build}
os:
- Visual Studio 2019
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