diff options
author | Jordan Petridis <jpetridis@gnome.org> | 2018-09-04 22:41:36 +0300 |
---|---|---|
committer | Jordan Petridis <jpetridis@gnome.org> | 2018-09-04 22:41:36 +0300 |
commit | afbef7d53571e116cca1c02dc12501ca9345a3b6 (patch) | |
tree | d1050143834f0821e06d327d86dcdd648084c71e /.gitlab-ci.yml | |
parent | c3895612719b215841a834fcc11b144e92b15a47 (diff) | |
download | librsvg-afbef7d53571e116cca1c02dc12501ca9345a3b6.tar.gz |
CI: disable tests based on debian tests
gdk-pibuf-loader is no longer loaded into PATH in debian testing
This is temprary till #331 is fixed.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4865aa92..1093ad63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -162,14 +162,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" @@ -187,7 +187,7 @@ fedora:test_release: <<: *distro_test <<: *stage_3 -debian:testing_release_i386: +.debian:testing_release_i386: image: $I386_DEBIAN_TESTING variables: LIBRSVG_DEBUG: "no" @@ -197,21 +197,21 @@ debian:testing_release_i386: # 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" |