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