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