8000 Use script to run wine. · fancycode/MemoryModule@8d609dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d609dc

Browse files
committed
Use script to run wine.
1 parent 5ce3707 commit 8d609dc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
sudo: false
22

33
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
1212

1313
language: 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

0 commit comments

Comments
 (0)
0