language: cpp compiler: - gcc - clang install: sudo apt-get install libcppunit-dev zlib1g-dev script: cmake -DBUILD_TESTS=ON . && make && make check