.appveyor.yml 335 B

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