blob: c17525c578aec80fd7f04014e71ae37941641058 [file] [log] [blame]
sudo: false
language: c
before_script:
- sudo apt-get install -qq valgrind
- bundle install --gemfile=docs/Gemfile
- autoreconf -i
script:
- ./setup.sh
- ./configure && make
compiler:
- gcc
- clang
notifications:
email: false