[librsvg] CI: Run rustc tests before cross-distro tests.
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] CI: Run rustc tests before cross-distro tests.
- Date: Thu, 31 May 2018 08:34:26 +0000 (UTC)
commit 1e51070987c073c9ebad7d979da2b426a9700106
Author: Jordan Petridis <jordanpetridis protonmail com>
Date: Thu May 31 11:31:43 2018 +0300
CI: Run rustc tests before cross-distro tests.
Rustc compatibility tends to break more often than
cross-distro/cross-arch test. Also if there's a cross
reggression rustc breakage tends to sneak in since that CI stage
can't be run till cross-distro/arch reggression is fixed.
.gitlab-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84414324..5b0eb8b1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,8 +25,8 @@ stages:
- test
- lint
- distcheck
- - cross_distro
- rustc
+ - cross_distro
.test_template: &test
before_script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]