summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-02-25 20:54:40 +0100
committerRich Salz <rsalz@openssl.org>2016-02-25 15:23:40 -0500
commitb6a8916102b9bf84b33ade2030079d76d9ba60f6 (patch)
tree109b4a06a2e58d9c05f343e1fe796c4dee76d1e1 /.travis.yml
parent7c96dbcdab959fef74c4caae63cdebaa354ab252 (diff)
Add some 'no-engine' builds to travis, for test
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
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
+