Update appveyor.yml

This commit is contained in:
Corentin Le Molgat
2019-04-16 13:58:24 +02:00
parent 083ca48c40
commit eea6a47e55

View File

@@ -5,6 +5,7 @@ platform: x64
environment:
MSBUILD_FLAGS: /verbosity:minimal /maxcpucount
APPVEYOR_SAVE_CACHE_ON_ERROR: true
matrix:
# Makefile
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
@@ -30,6 +31,10 @@ environment:
matrix:
fast_finish: false
cache:
- dependencies\install -> makefiles\Makefile.third_party.win.mk
- build\dependencies\install -> cmake\dependencies
before_build:
- git config --global user.email "ci@appveyor.com"
- git config --global user.name "CI"