before_install: sudo apt-get install cmake
language: cpp
compiler:
- gcc
- clang
script: cmake . && make