Skip to content

Commit 4c08d8e

Browse files
committed
Also build UNICODE versions.
1 parent 625aa47 commit 4c08d8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
env:
22
- PLATFORM=x86_64 WINE=wine64
33
- PLATFORM=i686 WINE=wine
4+
- UNICODE=
5+
- UNICODE=1
46

57
language: cpp
68

@@ -13,7 +15,7 @@ before_install:
1315
- 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"
1416

1517
script:
16-
- make PLATFORM=$PLATFORM
18+
- make PLATFORM=$PLATFORM UNICODE=$UNICODE
1719
- cd example/DllLoader
1820
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoader.exe
1921
- WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoaderLoader.exe

0 commit comments

Comments
 (0)