[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri Nov 4 13:12:10 UTC 2016
The branch master has been updated
via 7b1954384114643e1a3c3a0ababa3fd7a112c5e3 (commit)
from c42a78cb57cd335f3e2b224d4d8c8d7c2ecfaa44 (commit)
- Log -----------------------------------------------------------------
commit 7b1954384114643e1a3c3a0ababa3fd7a112c5e3
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Nov 3 16:46:14 2016 +0100
Travis: add a strict build
Clang on Linux seems to catch things that we might miss otherwise.
Also, throw in 'no-deprecated' to make sure we test that as well.
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1839)
-----------------------------------------------------------------------
Summary of changes:
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 235e309..b117f0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,6 +36,9 @@ env:
matrix:
include:
- os: linux
+ compiler: clang-3.6
+ env: CONFIG_OPTS="--strict-warnings no-deprecated" BUILDONLY="yes"
+ - os: linux
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-nextprotoneg enable-weak-ssl-ciphers" COVERALLS="yes"
- os: linux
More information about the openssl-commits
mailing list