From 8573bad8646d219a3bfd4ade4804e9b610846e40 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Fri, 18 May 2018 23:25:10 +0200 Subject: [PATCH] ...and include the SDL dll --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index b137a83..8fea129 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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