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