language: c compiler: - clang - gcc script: - ./bootstrap - ./configure - make test - make distclean - cmake . - make - make test - make clean