language: c os: - linux - osx dist: bionic compiler: - gcc - clang branches: only: - master script: - autoreconf --install - ./configure - make - make check