mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-15 19:09:42 +00:00
.travis.yml: minor optimizations:
- make 'pip install --user cpp-coveralls' conditional; - limit no-stdio to single build per operating environment; - omit enable-asan duplicate; Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
47d7ede82f
commit
b3943604f5
17
.travis.yml
17
.travis.yml
@ -2,7 +2,9 @@ language: c
|
|||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install --user cpp-coveralls
|
- if [ -n "$COVERALLS" ]; then
|
||||||
|
pip install --user cpp-coveralls;
|
||||||
|
fi;
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@ -36,9 +38,6 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
env: CONFIG_OPTS="--debug --coverage no-asm enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers" COVERALLS="yes"
|
env: CONFIG_OPTS="--debug --coverage no-asm enable-rc5 enable-md2 enable-ec_nistp_64_gcc_128 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers" COVERALLS="yes"
|
||||||
- os: linux
|
|
||||||
compiler: clang-3.6
|
|
||||||
env: CONFIG_OPTS="enable-asan"
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang-3.6
|
compiler: clang-3.6
|
||||||
env: CONFIG_OPTS="enable-msan"
|
env: CONFIG_OPTS="enable-msan"
|
||||||
@ -48,24 +47,18 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang-3.6
|
compiler: clang-3.6
|
||||||
env: CONFIG_OPTS="no-asm enable-asan enable-rc5 enable-md2"
|
env: CONFIG_OPTS="no-asm enable-asan enable-rc5 enable-md2"
|
||||||
- os: linux
|
|
||||||
compiler: clang-3.6
|
|
||||||
env: CONFIG_OPTS="no-stdio"
|
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc-5
|
compiler: gcc-5
|
||||||
env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -DPEDANTIC"
|
env: CONFIG_OPTS="no-asm enable-ubsan enable-rc5 enable-md2 -DPEDANTIC"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: i686-w64-mingw32-gcc
|
compiler: i686-w64-mingw32-gcc
|
||||||
env: CONFIG_OPTS="no-pic"
|
env: CONFIG_OPTS="no-stdio" BUILDONLY="yes"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: i686-w64-mingw32-gcc
|
compiler: i686-w64-mingw32-gcc
|
||||||
env: CONFIG_OPTS="no-stdio" BUILDONLY="yes"
|
|
||||||
- os: linux
|
|
||||||
compiler: x86_64-w64-mingw32-gcc
|
|
||||||
env: CONFIG_OPTS="no-pic"
|
env: CONFIG_OPTS="no-pic"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: x86_64-w64-mingw32-gcc
|
compiler: x86_64-w64-mingw32-gcc
|
||||||
env: CONFIG_OPTS="no-stdio" BUILDONLY="yes"
|
env: CONFIG_OPTS="no-pic"
|
||||||
exclude:
|
exclude:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user