zig/ci/appveyor/appveyor.yml

11 lines
293 B
YAML
Raw Normal View History

2017-05-23 12:42:53 +08:00
image: Visual Studio 2015
platform:
- x64
build_script:
- '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\build_script.bat'
after_build:
- '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\after_build.bat'
cache:
2018-01-05 11:59:39 +08:00
- 'llvm+clang-5.0.1-win64-msvc-release.tar.xz'
- 'llvm+clang-6.0.0-win64-msvc-release.tar.xz'