[librsvg/alatiera/debian-pixbuf-loader: 80/80] CI: Workaround issue #331



commit 41f807a4206f7e98aeaabc4b8b1eb77729e0e259
Author: Jordan Petridis <jpetridis gnome org>
Date:   Fri Sep 28 03:47:26 2018 +0300

    CI: Workaround issue #331

 .gitlab-ci.yml | 38 +++++++++++++++++++++++++++++++-------
 1 file changed, 31 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 126de8ee..8fcb5e70 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,9 +67,33 @@ stages:
     stage: cross_distro
     <<: *test
 
+.debian_template_amd64: &debian_amd64
+    stage: cross_distro
+    <<: *test
+    script:
+      - rustc --version && cargo --version
+      - |
+        mkdir -p _build
+        cd _build
+        ../autogen.sh --enable-gtk-doc --enable-vala 
GDK_PIXBUF_QUERYLOADERS=/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders
+        make
+        make check
+
+.debian_template_i386: &debian_i386
+    stage: cross_distro
+    <<: *test
+    script:
+      - rustc --version && cargo --version
+      - |
+        mkdir -p _build
+        cd _build
+        ../autogen.sh --enable-gtk-doc --enable-vala 
GDK_PIXBUF_QUERYLOADERS=/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders
+        make
+        make check
+
 .rustc_template: &rustc
     stage: rustc
-    <<: *test
+    <<: *debian_amd64
 
 # Jobs that are marked with stage_1 will be run on every commit, across every
 # fork and branch. This only serves as documentation since it's equivelant to
@@ -169,14 +193,14 @@ opensuse:tumbleweed:
   <<: *distro_test
   <<: *stage_2
 
-.debian:testing:
+debian:testing:
   image: $AMD64_DEBIAN_TESTING
   variables:
     LIBRSVG_DEBUG: "yes"
   <<: *distro_test
   <<: *stage_2
 
-.debian_i386:testing:
+debian_i386:testing:
   image: $I386_DEBIAN_TESTING
   variables:
     LIBRSVG_DEBUG: "yes"
@@ -194,7 +218,7 @@ fedora:test_release:
   <<: *distro_test
   <<: *stage_3
 
-.debian:testing_release_i386:
+debian:testing_release_i386:
   image: $I386_DEBIAN_TESTING
   variables:
     LIBRSVG_DEBUG: "no"
@@ -204,21 +228,21 @@ fedora:test_release:
 # STAGE 3 RUSTC TESTS
 #######################################################################
 
-.rustc 1.26 1:
+rustc 1.26 1:
   image: $RUSTC_1_26
   variables:
     LIBRSVG_DEBUG: "yes"
   <<: *rustc
   <<: *stage_3
 
-.rustc 1.27 2:
+rustc 1.27 2:
   image: $RUSTC_1_27
   variables:
     LIBRSVG_DEBUG: "yes"
   <<: *rustc
   <<: *stage_3
 
-.rustc 1.28 3:
+rustc 1.28 3:
   image: $RUSTC_1_28
   variables:
     LIBRSVG_DEBUG: "yes"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]