language: cpp compiler: clang # Build steps script: - mkdir build - cd build - cmake .. && make