[Spice-commits] .gitlab-ci.yml
Pavel Grunt
pgrunt at kemper.freedesktop.org
Tue Nov 1 15:54:49 UTC 2016
.gitlab-ci.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
New commits:
commit 283789697434f2e8c820e6ee6afb898beccb1521
Author: Pavel Grunt <pgrunt at redhat.com>
Date: Tue Nov 1 12:02:45 2016 +0100
Add .gitlab-ci.yml
Signed-off-by: Pavel Grunt <pgrunt at redhat.com>
Acked-by: Victor Toso <victortoso at redhat.com>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..9b2ae2d
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,18 @@
+image: fedora:latest
+
+before_script:
+ - dnf install 'dnf-command(copr)' git libtool make -y
+ - dnf copr enable @spice/nightly -y
+ - dnf builddep spice -y
+
+makecheck:
+ script:
+ - ./autogen.sh
+ - make
+ - make -C server check
+
+statistics:
+ script:
+ - CFLAGS="$CFLAGS -DRED_STATISTICS " ./autogen.sh
+ - make
+ - make -C server check
More information about the Spice-commits
mailing list