mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
12 lines
248 B
YAML
12 lines
248 B
YAML
language: c++
|
|
compiler:
|
|
- gcc
|
|
- clang
|
|
before_install:
|
|
- sudo pip install cpp-coveralls
|
|
before_script:
|
|
- cmake -DCOVERAGE=true .
|
|
script:
|
|
- make && make test
|
|
after_success:
|
|
- coveralls --include include --include src --gcov-options '\-lp' |