Skip to content

Commit

Permalink
Add a clang-7 build target with --strict-warnings
Browse files Browse the repository at this point in the history
[extended tests]

Reviewed-by: Matthias St. Pierre <[email protected]>
Reviewed-by: Paul Dale <[email protected]>
(Merged from openssl#9450)
  • Loading branch information
bernd-edlinger committed Aug 11, 2019
1 parent 1a2a3a4 commit 3119c84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3119c84

Please sign in to comment.