forked from bblanchon/ArduinoJson
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'
|