Run tests before checking samples manually.

This commit is contained in:
Joachim Bauch
2015-03-01 01:08:48 +01:00
parent 2da44d00e9
commit 31cbe89bfe
+1 -1
View File
@@ -16,7 +16,7 @@ before_install:
script:
- make PLATFORM=$PLATFORM UNICODE=$UNICODE
- make test PLATFORM=$PLATFORM UNICODE=$UNICODE
- cd example/DllLoader
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoader.exe
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoaderLoader.exe
- make test PLATFORM=$PLATFORM UNICODE=$UNICODE