os: - linux - osx language: cpp compiler: clang script: - mkdir build - cd build - cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake --build . - ctest