mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-06-25 01:11:35 +02:00
10 lines
163 B
Bash
Executable File
10 lines
163 B
Bash
Executable File
#!/bin/sh -eux
|
|
|
|
cmake -DCOVERAGE=true .
|
|
make
|
|
make test
|
|
|
|
pip install --user cpp-coveralls 'requests[security]'
|
|
pwd
|
|
coveralls --include 'src' --gcov-options '\-lp'
|