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 625aa47 commit 4c08d8eCopy full SHA for 4c08d8e
.travis.yml
@@ -1,6 +1,8 @@
1
env:
2
- PLATFORM=x86_64 WINE=wine64
3
- PLATFORM=i686 WINE=wine
4
+ - UNICODE=
5
+ - UNICODE=1
6
7
language: cpp
8
@@ -13,7 +15,7 @@ before_install:
13
15
- sh -c "if [ '$PLATFORM' = 'x86_64' ]; then sudo apt-get install -qq wine gcc-mingw-w64-x86-64 g++-mingw-w64-x86-64 binutils-mingw-w64-x86-64 mingw-w64-dev; fi"
14
16
17
script:
- - make PLATFORM=$PLATFORM
18
+ - make PLATFORM=$PLATFORM UNICODE=$UNICODE
19
- cd example/DllLoader
20
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoader.exe
21
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoaderLoader.exe
0 commit comments