10 lines
297 B
YAML
10 lines
297 B
YAML
language: cpp
|
|
script:
|
|
- ./autogen.sh --enable-coverage && make all test
|
|
- (cd src/lib/ebus/test && ./test_symbol && ./test_filereader && ./test_data && ./test_message)
|
|
- ./src/ebusd/ebusd --help
|
|
after_success:
|
|
- export
|
|
- find . -type f
|
|
- bash <(curl -s https://codecov.io/bash) -s src
|