mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-04 21:49:38 +00:00
Add some 'no-engine' builds to travis, for test
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
7c96dbcdab
commit
b6a8916102
16
.travis.yml
16
.travis.yml
@ -49,6 +49,15 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc-5
|
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 --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:
|
exclude:
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang-3.6
|
compiler: clang-3.6
|
||||||
@ -85,6 +94,12 @@ matrix:
|
|||||||
env: CONFIG_OPTS="--unified --debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2"
|
env: CONFIG_OPTS="--unified --debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2"
|
||||||
- compiler: x86_64-w64-mingw32-gcc
|
- compiler: x86_64-w64-mingw32-gcc
|
||||||
env: CONFIG_OPTS="--unified --debug --strict-warnings enable-crypto-mdebug enable-rc5 enable-md2"
|
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:
|
before_script:
|
||||||
- sh .travis-create-release.sh $TRAVIS_OS_NAME
|
- sh .travis-create-release.sh $TRAVIS_OS_NAME
|
||||||
@ -113,3 +128,4 @@ script:
|
|||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
- openssl-commits@openssl.org
|
- openssl-commits@openssl.org
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user