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 1
1
sudo : false
2
2
3
3
env :
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
12
12
13
13
language : cpp
14
14
@@ -37,5 +37,5 @@ script:
37
37
- if [ -z "$CMAKE" ]; then make test PLATFORM=$PLATFORM UNICODE=$UNICODE; fi
38
38
- if [ ! -z "$CMAKE" ]; then cmake --build .; fi
39
39
- 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