1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-02-24 15:55:41 -05:00
libkernaux/.travis.yml

12 lines
124 B
YAML
Raw Normal View History

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