mbelib/.travis.yml

14 lines
121 B
YAML

language: c
compiler:
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
script:
- make
- make test