[Spice-devel] [win32/vd-agent v1 1/3] gitlab-ci: Add ci for x86 and i686

Victor Toso victortoso at redhat.com
Thu Apr 11 08:32:14 UTC 2019


From: Victor Toso <me at victortoso.com>

Signed-off-by: Victor Toso <victortoso at redhat.com>
---
 .gitlab-ci.yml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..3bd30ea
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,24 @@
+image: fedora:latest
+
+variables:
+  DEPS_COMMON: git libtool make ImageMagick
+      wine-core.x86_64 wine-core.i686 mingw32-spice-protocol mingw64-spice-protocol
+      mingw32-libpng-static mingw32-zlib-static mingw32-gcc-c++ mingw32-winpthreads-static
+      mingw64-libpng-static mingw64-zlib-static mingw64-gcc-c++ mingw64-winpthreads-static
+
+before_script:
+  - dnf install -y $DEPS_COMMON
+  - autoreconf -if
+  - git submodule update --init --recursive
+
+fedora-mingw32:
+  script:
+  - mingw32-configure
+  - mingw32-make
+  - mingw32-make check
+
+fedora-mingw64:
+  script:
+  - mingw64-configure
+  - mingw64-make
+  - mingw64-make check
-- 
2.20.1



More information about the Spice-devel mailing list