gitlab: ensure "make syntax-check" is run during CI

This will stop style errors creeping in via merge requests

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-06-24 16:05:50 +01:00
parent e587274b76
commit 646662bceb

View File

@ -55,6 +55,7 @@ stages:
- popd
- ./autogen.sh --prefix="$VROOT"
- $MAKE
- $MAKE syntax-check
- $MAKE install
# Check that all commits are signed-off for the DCO.