parent
36bce5fa00
commit
58b1440fc8
16
appveyor.yml
16
appveyor.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue