We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2da44d0 commit 31cbe89Copy full SHA for 31cbe89
.travis.yml
@@ -16,7 +16,7 @@ before_install:
16
17
script:
18
- make PLATFORM=$PLATFORM UNICODE=$UNICODE
19
+ - make test PLATFORM=$PLATFORM UNICODE=$UNICODE
20
- cd example/DllLoader
21
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoader.exe
22
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoaderLoader.exe
- - make test PLATFORM=$PLATFORM UNICODE=$UNICODE
0 commit comments