pqc/.travis.yml
2019-01-16 13:55:48 +01:00

12 lines
148 B
YAML

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 :