language: cpp
dist: trusty
compiler:
- clang
os:
- linux
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=Debug ..
- make
notifications:
email:
- phundrak@phundrak.fr