1
0
Fork 0
mirror of https://github.com/tailix/libshmemq.git synced 2025-02-17 15:45:41 -05:00
libshmemq/.travis.yml

12 lines
124 B
YAML
Raw Normal View History

2020-12-12 10:18:05 +05:00
language: c
compiler:
- clang
- gcc
script:
- ./autogen.sh
- ./configure CFLAGS='-Werror'
- make
- make check