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