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