File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1+ sudo : false
2+
13env :
24 - PLATFORM=x86_64 WINE=wine64 UNICODE=
35 - PLATFORM=i686 WINE=wine UNICODE=
@@ -8,11 +10,19 @@ language: cpp
810
911cache :
1012 - apt
13+ - ccache
1114
12- before_install :
13- - sudo apt-get update -qq
14- - sh -c "if [ '$PLATFORM' = 'i686' ]; then sudo apt-get install -qq wine gcc-mingw-w64-i686 g++-mingw-w64-i686 binutils-mingw-w64-i686 mingw-w64-dev; fi"
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"
15+ addons :
16+ apt :
17+ packages :
18+ - binutils-mingw-w64-i686
19+ - binutils-mingw-w64-x86-64
20+ - mingw-w64-dev
21+ - g++-mingw-w64-i686
22+ - g++-mingw-w64-x86-64
23+ - gcc-mingw-w64-i686
24+ - gcc-mingw-w64-x86-64
25+ - wine
1626
1727script :
1828 - make PLATFORM=$PLATFORM UNICODE=$UNICODE
You can’t perform that action at this time.
0 commit comments