language: cpp compiler: - gcc script: - mkdir -p build - cd build - cmake .. - make - ctest -VV notifications: email: false