1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 23:48:58 +00:00
pqcrypto/.travis.yml

12 lines
144 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:52:53 +00:00
- make check-format
- make tidy
2019-01-16 12:02:57 +00:00
# vim: set ft=yaml ts=2 sw=2 tw=0 et :