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:
|
compiler:
|
||||||
- g++
|
- g++
|
||||||
|
- clang
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
before_script: cmake .
|
before_script: cmake .
|
||||||
|
|||||||
Reference in New Issue
Block a user