[librsvg/librsvg-2.44] Update .gitlab-ci.yml from master
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/librsvg-2.44] Update .gitlab-ci.yml from master
- Date: Tue, 18 Sep 2018 21:30:25 +0000 (UTC)
commit 5b9550b74886a061d4c26a15c2808a243289131d
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Sep 18 16:29:46 2018 -0500
Update .gitlab-ci.yml from master
.gitlab-ci.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef3d43a7..126de8ee 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,7 @@ stages:
script:
- rustc --version && cargo --version
- |
- mkdir _build
+ mkdir -p _build
cd _build
../autogen.sh --enable-gtk-doc --enable-vala
make
@@ -146,7 +146,7 @@ tarball:
script:
- rustc --version && cargo --version
- |
- mkdir _build
+ mkdir -p _build
cd _build
../autogen.sh --enable-gtk-doc --enable-vala
make distcheck DESTDIR=/tmp/distcheck
@@ -169,14 +169,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 +194,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 +204,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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]