language: cpp os: - linux - osx sudo: true before_script: - sh install-deps.sh script: - cmake . - make