1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 23:48:58 +00:00
pqcrypto/.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 :