Skip to content

Commit

Permalink
BUILD: Enable unit tests in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Dec 20, 2016
1 parent d69525b commit 2d25b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ build_script:
-DICONV_INCLUDE_DIR=C:/projects/xoreos/libs/%LIBICONV%-lib/include -DICONV_LIBRARIES=C:/projects/xoreos/libs/%LIBICONV%-lib/lib/libiconv.lib
-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
- cmake --build build --target check

cache:
- libs
Expand Down

0 comments on commit 2d25b7a

Please sign in to comment.