From: FdaSilvaYY Date: Thu, 25 Feb 2016 19:54:40 +0000 (+0100) Subject: Add some 'no-engine' builds to travis, for test X-Git-Tag: OpenSSL_1_1_0-pre4~512 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b6a8916102b9bf84b33ade2030079d76d9ba60f6 Add some 'no-engine' builds to travis, for test Reviewed-by: Richard Levitte Reviewed-by: Rich Salz --- diff --git a/.travis.yml b/.travis.yml index 49cf7823d9..cf8c4426ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,15 @@ matrix: - os: linux compiler: gcc-5 env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined enable-crypto-mdebug enable-rc5 enable-md2" + - os: linux + compiler: clang-3.6 + env: CONFIG_OPTS="no-engine" + - os: linux + compiler: gcc + env: CONFIG_OPTS="no-engine" + - os: linux + compiler: gcc-5 + env: CONFIG_OPTS="no-engine" exclude: - os: osx compiler: clang-3.6 @@ -85,6 +94,12 @@ matrix: 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" + - compiler: clang-3.6 + env: CONFIG_OPTS="no-engine" + - compiler: gcc-5 + env: CONFIG_OPTS="no-engine" + - compiler: gcc + env: CONFIG_OPTS="no-engine" before_script: - sh .travis-create-release.sh $TRAVIS_OS_NAME @@ -113,3 +128,4 @@ script: notifications: email: - openssl-commits@openssl.org +