[Spice-commits] .gitlab-ci.yml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jun 6 12:42:08 UTC 2018


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

New commits:
commit 95743f40a2da39e0a19859c305e69e2c99d39e42
Author: Eduardo Lima (Etrunko) <etrunko at redhat.com>
Date:   Thu May 17 10:10:30 2018 -0300

    Add .gitlab-ci.yml file
    
    Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..d1288ec
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,18 @@
+image: fedora:latest
+
+before_script:
+  - >
+    dnf install 'dnf-command(copr)' git libtool make libasan
+    python3 python3-six python3-pyparsing glib-networking
+    -y
+  - dnf copr enable @spice/nightly -y
+  - dnf builddep spice -y
+
+makecheck:
+  script:
+  - >
+    CFLAGS='-O2 -pipe -g -fsanitize=address -fno-omit-frame-pointer -Wframe-larger-than=40920'
+    LDFLAGS='-fsanitize=address -lasan'
+    ./autogen.sh --enable-extra-checks --enable-celt051
+  - make
+  - make check || (cat tests/test-suite.log && exit 1)


More information about the Spice-commits mailing list