From 646662bcebd993be396ef8e9bb7be3a02ed426ac Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrangé" Date: Wed, 24 Jun 2020 16:05:50 +0100 Subject: gitlab: ensure "make syntax-check" is run during CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will stop style errors creeping in via merge requests Signed-off-by: Daniel P. Berrangé --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d04c4a0..04e5c87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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. -- cgit v1.2.3