From: Bernd Edlinger Date: Wed, 24 Jul 2019 07:22:25 +0000 (+0200) Subject: Add a clang-7 build target with --strict-warnings X-Git-Tag: openssl-3.0.0-alpha1~1637 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3119c849761a12371794044eda807f7eacb1e589;p=oweals%2Fopenssl.git Add a clang-7 build target with --strict-warnings [extended tests] Reviewed-by: Matthias St. Pierre Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/9450) --- diff --git a/.travis.yml b/.travis.yml index ff4c59397e..6c828f96d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,10 @@ matrix: dist: trusty compiler: clang env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" BUILDONLY="yes" + - os: linux + dist: bionic + compiler: clang + env: CONFIG_OPTS="--strict-warnings -D__NO_STRING_INLINES no-deprecated" BUILDONLY="yes" - os: linux addons: apt: