zig/ci/appveyor/appveyor.yml
2018-09-19 12:58:58 -04:00

10 lines
244 B
YAML

image: Visual Studio 2017
platform:
- x64
build_script:
- '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\build_script.bat'
after_build:
- '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\after_build.bat'
cache:
- 'llvm+clang-7.0.0-win64-msvc-release.tar.xz'