[librsvg] CI: Run rustc tests before cross-distro tests.



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]