Travis also support clang.
Add clang compiler to travis build support.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
language: c++
|
||||
language: cpp
|
||||
compiler:
|
||||
- g++
|
||||
- clang
|
||||
os: linux
|
||||
|
||||
before_script: cmake .
|
||||
|
||||
Reference in New Issue
Block a user