blob: 99f8d7fe96fad23f76f5a82f050bb370b9b8baa3 [file] [log] [blame]
language: cpp
compiler:
- gcc
python:
- "2.7"
# command to install dependencies
install:
- pip install --user -r requirements.txt
- pip install --user cpp-coveralls
# command to run tests
script:
- make -C vm COVERAGE=1
- nosetests -v
after_success:
- coveralls --gcov-options '\-lp' -i $PWD/vm/ubpf_vm.c -i $PWD/vm/ubpf_jit_x86_64.c -i $PWD/vm/ubpf_loader.c