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