os: - linux - osx language: cpp compiler: - gcc - clang install: - make install_deps - source setup.bash script: - make && make test