language: cpp compiler: - gcc - clang before_script: - mkdir build - cd build - cmake .. -DCMAKE_BUILD_TYPE=Release script: make && make test