.appveyor.yml 306 B

123456789101112131415161718
  1. version: 1.0.{build}
  2. os:
  3. - Visual Studio 2015
  4. clone_depth: 1
  5. configuration:
  6. - Debug
  7. platform:
  8. - x64
  9. environment:
  10. matrix:
  11. - TOOLCHAIN_VERSION: 14.0
  12. RUST: 1.64.0
  13. - TOOLCHAIN_VERSION: 14.0
  14. RUST: beta
  15. - TOOLCHAIN_VERSION: 14.0
  16. RUST: nightly
  17. build_script: mk/appveyor.bat