language: cpp
compiler:
- clang
- gcc
script:
- mkdir build
- cd build
- cmake --version
- cmake .. && make