language: cpp before_install: - git submodule update --init script: - cmake . - make - make test