X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=.travis.yml;h=001180e811c81b459ff97dbb75acb22dd479e868;hp=e3ab38fdc6a33fec6d39c28f0f909f247913affc;hb=33a6d5a0e565e08758bcb6af456ec657c3a7a76a;hpb=1119ddff84a4e65327073991a8052002dd71fe00;ds=sidebyside diff --git a/.travis.yml b/.travis.yml index e3ab38fdc6..001180e811 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,10 @@ env: - CONFIG_OPTS="shared" - CONFIG_OPTS="no-asm" - CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2" + - CONFIG_OPTS="--unified" + - CONFIG_OPTS="--unified shared" + - CONFIG_OPTS="--unified no-asm" + - CONFIG_OPTS="--unified --debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2" matrix: include: @@ -47,6 +51,8 @@ matrix: exclude: - os: osx compiler: clang-3.6 + - os: osx + compiler: gcc - os: osx compiler: gcc-5 - os: osx @@ -61,11 +67,23 @@ matrix: env: CONFIG_OPTS="no-asm" - compiler: x86_64-w64-mingw32-gcc env: CONFIG_OPTS="no-asm" + - compiler: i686-w64-mingw32-gcc + env: CONFIG_OPTS="--unified shared" + - compiler: x86_64-w64-mingw32-gcc + env: CONFIG_OPTS="--unified shared" + - compiler: i686-w64-mingw32-gcc + env: CONFIG_OPTS="--unified no-asm" + - compiler: x86_64-w64-mingw32-gcc + env: CONFIG_OPTS="--unified no-asm" allow_failures: - compiler: i686-w64-mingw32-gcc env: CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2" - compiler: x86_64-w64-mingw32-gcc env: CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2" + - compiler: i686-w64-mingw32-gcc + env: CONFIG_OPTS="--unified --debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2" + - compiler: x86_64-w64-mingw32-gcc + env: CONFIG_OPTS="--unified --debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2" before_script: - sh .travis-create-release.sh $TRAVIS_OS_NAME @@ -88,7 +106,7 @@ script: - if [ -n "$CROSS_COMPILE" ]; then export EXE_SHELL="wine" WINEPREFIX=`pwd`; fi - - make test + - HARNESS_VERBOSE=yes make test - cd .. notifications: