language: c compiler: - gcc - clang addons: apt: packages: - libsnappy-dev - pkg-config script: - ./bootstrap.sh - ./configure - make - make check