[nautilus/csoriano-master-patch-81750] CI: Rename cross_distro



commit 8a01e477b6e575b3ef82426e27f31875d5141eda
Author: Carlos Soriano <csoriano1618 gmail com>
Date:   Tue May 29 06:30:35 2018 +0000

    CI: Rename cross_distro
    
    To cross_environment, since now we have some Flatpak too.

 .gitlab-ci.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a028186f3..86211dc65 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
 
 stages:
     - test
-    - cross_distro
+    - cross_environment
     - deploy
 
 .test_template: &distro_test
@@ -73,7 +73,7 @@ stop_review:
 
 fedora:rawhide:
     image: fedora:rawhide
-    stage: cross_distro
+    stage: cross_environment
     before_script:
         - dnf install -y 'dnf-command(builddep)' redhat-rpm-config
         - dnf builddep -y nautilus
@@ -85,7 +85,7 @@ fedora:rawhide:
 
 ubuntu:devel:
     image: ubuntu:devel
-    stage: cross_distro
+    stage: cross_environment
     before_script:
         # Ubuntu requires running update to fetch metadata and find packges
         - apt update
@@ -103,7 +103,7 @@ ubuntu:devel:
 
 opensuse:tumbleweed:
     image: opensuse:tumbleweed
-    stage: cross_distro
+    stage: cross_environment
     before_script:
         - zypper install -y gcc meson gettext-runtime gettext-tools itstool git
                             gtk3-devel gnome-autoar-devel
@@ -117,7 +117,7 @@ opensuse:tumbleweed:
 
 flatpak:master:
     image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:master
-    stage: cross_distro
+    stage: cross_environment
     variables:
         MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus-master.yml"
         MESON_ARGS: "-Dprofile=development -Dtests=all"


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