Update appveyor.yml

Remove cache to fix access to not cached data.
pull/2436/head
Kim Kulling 2019-04-26 13:01:22 +02:00 committed by GitHub
parent 36bce5fa00
commit 58b1440fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -36,14 +36,14 @@ install:
- ps: Invoke-WebRequest -Uri https://download.microsoft.com/download/5/7/b/57b2947c-7221-4f33-b35e-2fc78cb10df4/vc_redist.x64.exe -OutFile .\packaging\windows-innosetup\vc_redist.x64.exe
- ps: Invoke-WebRequest -Uri https://download.microsoft.com/download/1/d/8/1d8137db-b5bb-4925-8c5d-927424a2e4de/vc_redist.x86.exe -OutFile .\packaging\windows-innosetup\vc_redist.x86.exe
cache:
- code\assimp.dir\%CONFIGURATION%
- contrib\zlib\zlibstatic.dir\%CONFIGURATION%
- contrib\zlib\zlib.dir\%CONFIGURATION%
- tools\assimp_cmd\assimp_cmd.dir\%CONFIGURATION%
- tools\assimp_view\assimp_viewer.dir\%CONFIGURATION%
- test\unit.dir\%CONFIGURATION%
- bin\.mtime_cache
#cache:
# - code\assimp.dir\%CONFIGURATION%
# - contrib\zlib\zlibstatic.dir\%CONFIGURATION%
# - contrib\zlib\zlib.dir\%CONFIGURATION%
# - tools\assimp_cmd\assimp_cmd.dir\%CONFIGURATION%
# - tools\assimp_view\assimp_viewer.dir\%CONFIGURATION%
# - test\unit.dir\%CONFIGURATION%
# - bin\.mtime_cache
before_build:
- ruby scripts\AppVeyor\mtime_cache -g scripts\AppVeyor\cacheglobs.txt -c bin\.mtime_cache\cache.json