1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00
libkernaux/.travis.yml

12 lines
124 B
YAML
Raw Normal View History

2020-11-29 21:46:13 -05:00
language: c
2020-12-05 20:57:14 -05:00
compiler:
- clang
- gcc
2020-11-29 21:46:13 -05:00
script:
- ./autogen.sh
2020-12-06 01:51:11 -05:00
- ./configure CFLAGS='-Werror'
2020-11-29 21:46:13 -05:00
- make
- make check