File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11sudo : false
22
33env :
4- - PLATFORM=x86_64 WINE=wine64 UNICODE= CMAKE=
5- - PLATFORM=i686 WINE=wine UNICODE= CMAKE=
6- - PLATFORM=x86_64 WINE=wine64 UNICODE=1 CMAKE=
7- - PLATFORM=i686 WINE=wine UNICODE=1 CMAKE=
8- - PLATFORM=x86_64 WINE=wine64 UNICODE= CMAKE=1
9- - PLATFORM=i686 WINE=wine UNICODE= CMAKE=1
10- - PLATFORM=x86_64 WINE=wine64 UNICODE=1 CMAKE=1
11- - PLATFORM=i686 WINE=wine UNICODE=1 CMAKE=1
4+ - PLATFORM=x86_64 UNICODE= CMAKE=
5+ - PLATFORM=i686 UNICODE= CMAKE=
6+ - PLATFORM=x86_64 UNICODE=1 CMAKE=
7+ - PLATFORM=i686 UNICODE=1 CMAKE=
8+ - PLATFORM=x86_64 UNICODE= CMAKE=1
9+ - PLATFORM=i686 UNICODE= CMAKE=1
10+ - PLATFORM=x86_64 UNICODE=1 CMAKE=1
11+ - PLATFORM=i686 UNICODE=1 CMAKE=1
1212
1313language : cpp
1414
@@ -37,5 +37,5 @@ script:
3737 - if [ -z "$CMAKE" ]; then make test PLATFORM=$PLATFORM UNICODE=$UNICODE; fi
3838 - if [ ! -z "$CMAKE" ]; then cmake --build .; fi
3939 - cd example/DllLoader
40- - WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoader.exe
41- - WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$PLATFORM-w64-mingw32/4.6/ $WINE ./DllLoaderLoader.exe
40+ - ../../tests/runwine.sh $PLATFORM ./DllLoader.exe
41+ - ../../tests/runwine.sh $PLATFORM ./DllLoaderLoader.exe
You can’t perform that action at this time.
0 commit comments