mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-22 16:58:11 +08:00
Added clang compiler for continuous integration.
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
before_install: sudo apt-get install cmake
|
before_install: sudo apt-get install cmake
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler: gcc
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
script: cmake . && make
|
script: cmake . && make
|
||||||
|
Reference in New Issue
Block a user