language: c++
compiler:
- clang
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
script:
- make
- test/run-tests