pqc/.travis.yml

12 lines
148 B
YAML
Raw Normal View History

2019-01-16 12:02:57 +00:00
language: c
compiler:
- clang
- gcc
script:
- make test-all
2019-01-16 12:55:48 +00:00
- make tidy-all
2019-01-16 12:52:53 +00:00
- make check-format
2019-01-16 12:02:57 +00:00
# vim: set ft=yaml ts=2 sw=2 tw=0 et :