Don't cache, copy the cmocka.dll then.

This commit is contained in:
Linus Probert 2018-05-12 06:51:14 +02:00
parent 7b114b0c08
commit 6195269085
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ os: Visual Studio 2015
clone_depth: 1
cache:
- c:\usr -> .appveyor.yml
- %APPVEYOR_BUILD_FOLDER%/cmocka.dll -> .appveyor.yml
before_build:
- |-
set PREFIX=C:\usr
@ -61,7 +60,7 @@ before_build:
%DEPENDS% copy cmocka-1.1.0\include\* %PREFIX%\include > nul
%DEPENDS% copy cmocka-1.1.0\lib\*.a %PREFIX%\lib > nul
%DEPENDS% copy cmocka-1.1.0\bin\*.dll %PREFIX%\lib > nul
%DEPENDS% copy cmocka-1.1.0\bin\*.dll %APPVEYOR_BUILD_FOLDER% > nul
copy cmocka-1.1.0\bin\*.dll %APPVEYOR_BUILD_FOLDER% > nul
# Lua
- |-