Răsfoiți Sursa

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
Jan Wagner 9 ani în urmă
părinte
comite
f49ad0d576
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      .travis.yml

+ 5 - 0
.travis.yml

@@ -23,6 +23,11 @@ matrix:
           build_command_prepend: tools/setup && ./configure
           build_command: make
           branch_pattern: coverity.*
+    - compiler: "clang"
+      os: linux
+      env:
+        - PLATFORM=linux BITS=64 HOST=x86_64
+        - CXX=clang++
 
 before_install:
   # Trusty related fixed