ci: Test syntax-check

Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
Pavel Grunt 2016-11-15 17:54:04 +01:00 committed by Frediano Ziglio
parent e496772cb8
commit b4981f78ff

View File

@ -16,3 +16,8 @@ statistics:
- CFLAGS="$CFLAGS -DRED_STATISTICS " ./autogen.sh
- make
- make -C server check || (cat server/tests/test-suite.log && exit 1)
syntax-check:
script:
- ./autogen.sh
- make syntax-check