[Spice-commits] 2 commits - .gitlab-ci.yml
Pavel Grunt
pgrunt at kemper.freedesktop.org
Mon Mar 13 06:45:01 UTC 2017
.gitlab-ci.yml | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
New commits:
commit cef860cc15e9f36dcafde4fad18d244d986c9395
Author: snir sheriber <ssheribe at redhat.com>
Date: Sun Mar 12 15:49:49 2017 +0200
Adding test to gitlab ci
Disable some capabilities and try make
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d712637..77762f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,3 +10,19 @@ makecheck:
- ./autogen.sh --enable-static
- make -j4
- make check
+
+makecheck_simple:
+ script:
+ - ./autogen.sh --enable-static
+ --enable-lz4=no
+ --enable-gstaudio=no
+ --enable-gstvideo=no
+ --enable-webdav=no
+ --with-sasl=no
+ --with-coroutine=auto
+ --enable-pulse=no
+ --enable-smartcard=no
+ --enable-usbredir=no
+ --enable-dbus=no
+ - make -j4
+ - make check
commit 45ae7973ac5101d2c7621a99f7c09ba9bfb063bd
Author: snir sheriber <ssheribe at redhat.com>
Date: Sun Mar 12 15:49:48 2017 +0200
Add .gitlab-ci.yml
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..d712637
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,12 @@
+image: fedora:latest
+
+before_script:
+ - dnf install 'dnf-command(copr)' git libtool make pyparsing redhat-rpm-config -y
+ - dnf copr enable @spice/nightly -y
+ - dnf builddep spice-gtk -y
+
+makecheck:
+ script:
+ - ./autogen.sh --enable-static
+ - make -j4
+ - make check
More information about the Spice-commits
mailing list