language: c++ compiler: - gcc - clang before_script: cmake . script: make && make test