X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=.travis.yml;h=198a12120843e83774f68d45d0e11ff282eb78f2;hb=e9abfc3a00f5e6f51fc8150e53c65cec125b3082;hp=001180e811c81b459ff97dbb75acb22dd479e868;hpb=dbf9a33c433dedacbb6e0bc22f7aa87e27af2966;p=oweals%2Fopenssl.git diff --git a/.travis.yml b/.travis.yml index 001180e811..198a121208 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ compiler: env: - CONFIG_OPTS="" - CONFIG_OPTS="shared" + - CONFIG_OPTS="no-pic" - CONFIG_OPTS="no-asm" - CONFIG_OPTS="--debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2" - CONFIG_OPTS="--unified" @@ -41,13 +42,22 @@ matrix: env: CONFIG_OPTS="-fsanitize=address" - os: linux compiler: clang-3.6 - env: CONFIG_OPTS="no-asm --debug --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined enable-crypto-mdebug enable-rc5 enable-md2" + env: CONFIG_OPTS="no-asm --strict-warnings -fno-sanitize-recover -fsanitize=address -fsanitize=undefined enable-crypto-mdebug enable-rc5 enable-md2" - os: linux compiler: gcc-5 env: CONFIG_OPTS="-fsanitize=address" - 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" + env: CONFIG_OPTS="no-asm --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 @@ -84,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 @@ -112,3 +128,4 @@ script: notifications: email: - openssl-commits@openssl.org +