...and include the SDL dll

This commit is contained in:
Linus Probert 2018-05-18 23:25:10 +02:00
parent 8c58c6ee2f
commit 8573bad864
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ 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
# Copy dll's for test exec
- |-
copy %PREFIX%\bin\SDL2.dll %APPVEYOR_BUILD_FOLDER% > nul
copy %PREFIX%\lib\cmocka.dll %APPVEYOR_BUILD_FOLDER% > nul
# Lua