From: Richard Levitte Date: Thu, 3 Nov 2016 15:46:14 +0000 (+0100) Subject: Travis: add a strict build X-Git-Tag: OpenSSL_1_1_1-pre1~3187 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=7b1954384114643e1a3c3a0ababa3fd7a112c5e3;ds=inline 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 (Merged from https://github.com/openssl/openssl/pull/1839) --- diff --git a/.travis.yml b/.travis.yml index 235e309909..b117f0ef74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,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"