.travis.yml: install wine on demand.
authorAndy Polyakov <appro@openssl.org>
Sun, 9 Oct 2016 21:28:03 +0000 (23:28 +0200)
committerAndy Polyakov <appro@openssl.org>
Tue, 11 Oct 2016 07:14:55 +0000 (09:14 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
.travis.yml

index f15ca6bf7ebd781c76be394cc4fdeb9f7d497e57..64cb95d9374fd26a088db624641a552ef1e323c4 100644 (file)
@@ -12,7 +12,6 @@ addons:
             - gcc-5
             - binutils-mingw-w64
             - gcc-mingw-w64
-            - wine
         sources:
             - llvm-toolchain-precise-3.6
             - ubuntu-toolchain-r-test
@@ -60,13 +59,13 @@ matrix:
           env: CONFIG_OPTS="no-pic"
         - os: linux
           compiler: i686-w64-mingw32-gcc
-          env: CONFIG_OPTS="no-stdio"
+          env: CONFIG_OPTS="no-stdio" BUILDONLY="yes"
         - os: linux
           compiler: x86_64-w64-mingw32-gcc
           env: CONFIG_OPTS="no-pic"
         - os: linux
           compiler: x86_64-w64-mingw32-gcc
-          env: CONFIG_OPTS="no-stdio"
+          env: CONFIG_OPTS="no-stdio" BUILDONLY="yes"
     exclude:
         - os: linux
           compiler: clang
@@ -115,6 +114,7 @@ script:
     - $make
     - if [ -z "$BUILDONLY" ]; then
           if [ -n "$CROSS_COMPILE" ]; then
+              sudo apt-get -yq --no-install-suggests --no-install-recommends --force-yes install wine;
               export EXE_SHELL="wine" WINEPREFIX=`pwd`;
           fi;
           HARNESS_VERBOSE=yes make test;