[Spice-devel] [PATCH spice 3/3] ci: Test syntax-check

Pavel Grunt pgrunt at redhat.com
Tue Nov 15 16:54:04 UTC 2016


---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f52478..122e74c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-- 
2.10.2



More information about the Spice-devel mailing list