diff options
| author | Jan Wagner <waja@cyconet.org> | 2016-11-21 15:43:52 +0100 |
|---|---|---|
| committer | Jan Wagner <waja@cyconet.org> | 2016-11-21 15:59:04 +0100 |
| commit | f49ad0d576daf9fd8ec563e49a78f4234c6dd497 (patch) | |
| tree | 4208a063a2898e230bd91f7fb83192ee86df99f8 | |
| parent | 39fdd0fc49f87f542c1a75324ef1d335234b3bcb (diff) | |
| download | monitoring-plugins-f49ad0d576daf9fd8ec563e49a78f4234c6dd497.tar.gz | |
travis-ci: Adding clang to the matrix
See https://docs.travis-ci.com/user/multi-os/#Example-Multi-OS-Build-Matrix
for Multi OS matrix
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 33211652..62c12d9d 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -23,6 +23,11 @@ matrix: | |||
| 23 | build_command_prepend: tools/setup && ./configure | 23 | build_command_prepend: tools/setup && ./configure |
| 24 | build_command: make | 24 | build_command: make |
| 25 | branch_pattern: coverity.* | 25 | branch_pattern: coverity.* |
| 26 | - compiler: "clang" | ||
| 27 | os: linux | ||
| 28 | env: | ||
| 29 | - PLATFORM=linux BITS=64 HOST=x86_64 | ||
| 30 | - CXX=clang++ | ||
| 26 | 31 | ||
| 27 | before_install: | 32 | before_install: |
| 28 | # Trusty related fixed | 33 | # Trusty related fixed |
