Skip to content

Commit

Permalink
BUILD: Copy the DLLs into the bin directory in AppVeyor
Browse files Browse the repository at this point in the history
Needed for our unit tests.
  • Loading branch information
DrMcCoy committed Dec 23, 2016
1 parent 27d017e commit 6122cdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ build_script:
-DSDL2_INCLUDE_DIR=%LIBSDL2_DESTDIR%/include/SDL2 -DSDL2_LIBRARY=%LIBSDL2_DESTDIR%/lib/SDL2.lib
-DOPENAL_INCLUDE_DIR=%LIBOPENAL_DESTDIR%/include -DOPENAL_LIBRARY=%LIBOPENAL_DESTDIR%/lib/OpenAL32.lib
- cmake --build build
- copy /y libs\%LIBICONV%-bin\bin\*.dll build\bin\Debug
- copy /y %BOOST_ROOT%\lib32-msvc-14.0\*.dll build\bin\Debug
- copy /y %LIBXZ_DESTDIR%\lib\lzma.dll build\bin\Debug\liblzma.dll

cache:
- libs
Expand Down

0 comments on commit 6122cdc

Please sign in to comment.