language: cpp os: - linux - osx before_script: - mkdir build - cd build script: - cmake .. - make - make test