Fixed up the path to the build artifacts to be cached.

pull/1479/head
Jared Mulconry 2017-10-08 12:44:54 +11:00
parent 3e80aabde5
commit 6a2dfb1efc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ install:
- cmake %CMAKE_DEFINES% -G "%CMAKE_GENERATOR_NAME%"
cache:
- code\assimp.dir\%CONFIGURATION%
- assimp.dir\%CONFIGURATION%
after_build:
- 7z a assimp.7z %APPVEYOR_BUILD_FOLDER%\bin\%CONFIGURATION%\* %APPVEYOR_BUILD_FOLDER%\lib\%CONFIGURATION%\*