mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-27 11:21:02 +08:00
13 lines
228 B
YAML
13 lines
228 B
YAML
before_install: sudo apt-get install cmake
|
|
language: cpp
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
script: cmake . && make
|
|
notifications:
|
|
recipients:
|
|
- baptiste.lepilleur@gmail.com
|
|
email:
|
|
on_success: change
|
|
on_failure: always
|