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