[Spice-commits] 2 commits - .gitlab-ci.yml
Frediano Ziglio
fziglio at kemper.freedesktop.org
Tue Nov 15 17:30:18 UTC 2016
.gitlab-ci.yml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
New commits:
commit b4981f78ffd07b79141f77b69ded430c6e2168dd
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Tue Nov 15 17:54:04 2016 +0100
ci: Test syntax-check
Acked-by: Frediano Ziglio <fziglio at redhat.com>
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
commit e496772cb8412d5884e4819edb3daa48fe8a1d42
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Tue Nov 15 17:54:03 2016 +0100
ci: Print results of tests on failure
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ca57ff5..9f52478 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,10 +9,10 @@ makecheck:
script:
- ./autogen.sh
- make
- - make -C server check
+ - make -C server check || (cat server/tests/test-suite.log && exit 1)
statistics:
script:
- CFLAGS="$CFLAGS -DRED_STATISTICS " ./autogen.sh
- make
- - make -C server check
+ - make -C server check || (cat server/tests/test-suite.log && exit 1)
More information about the Spice-commits
mailing list