Fixed up the path to the build artifacts to be cached.
authorJared Mulconry <jaredmulconry@gmail.com>
Sun, 8 Oct 2017 01:44:54 +0000 (12:44 +1100)
committerJared Mulconry <jaredmulconry@gmail.com>
Sun, 8 Oct 2017 01:44:54 +0000 (12:44 +1100)
appveyor.yml

index 5a7694a..6d5a046 100644 (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%\*