mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-04 06:06:36 +02:00
9 lines
169 B
Bash
Executable File
9 lines
169 B
Bash
Executable File
#!/bin/sh -eux
|
|
|
|
cmake -DCOVERAGE=true .
|
|
make
|
|
make test
|
|
|
|
pip install --user cpp-coveralls 'requests[security]'
|
|
coveralls --exclude third-party --gcov-options '\-lp'; fi
|