language: c
compiler:
- clang
- gcc
script:
- make test-all
- make tidy-all
- make check-format
# vim: set ft=yaml ts=2 sw=2 tw=0 et :