summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano1618@gmail.com>2018-03-16 23:23:08 +0000
committerCarlos Soriano <csoriano1618@gmail.com>2018-03-16 23:23:08 +0000
commit1957f1304c4aa2a6451549bf4e452a2e6b2ffab0 (patch)
treea13df9c3aadfd8b058d15733021a72833429d3c3 /.gitlab-ci.yml
parent9b601455cbce231601df17efa8c8908b326b39d5 (diff)
downloadnautilus-1957f1304c4aa2a6451549bf4e452a2e6b2ffab0.tar.gz
CI: Use better names
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cb4f4dcc..fc02f8cf7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,11 @@
stages:
-- build
-- test
-- weeklytest
+- Build
+- Test
+- WeeklyTest
build:fedora:
image: fedora:28
- stage: build
+ stage: Build
script:
- dnf install -y gcc meson gettext itstool redhat-rpm-config git
gtk3-devel gnome-autoar-devel gnome-desktop3-devel
@@ -16,7 +16,7 @@ build:fedora:
test:fedora:
image: fedora:28
- stage: test
+ stage: Test
script:
- dnf install -y gcc meson gettext itstool redhat-rpm-config git
gtk3-devel gnome-autoar-devel gnome-desktop3-devel
@@ -48,7 +48,7 @@ test:fedora:
build:flatpak:
image: flatpak/flatpak-builder:gnome-3-28
- stage: build
+ stage: Build
script:
# This should be removed once the base image works with git submodules
- dnf install -y git
@@ -63,7 +63,7 @@ build:flatpak:
build:rawhide:
image: fedora:rawhide
- stage: weeklytest
+ stage: WeeklyTest
script:
- dnf install -y gcc meson gettext itstool redhat-rpm-config git
gtk3-devel gnome-autoar-devel gnome-desktop3-devel
@@ -77,7 +77,7 @@ build:rawhide:
build:ubuntu:
image: ubuntu:devel
- stage: weeklytest
+ stage: WeeklyTest
script:
- apt install -y gcc meson gettext itstool git
gtk3-devel gnome-autoar-devel gnome-desktop3-devel
@@ -92,7 +92,7 @@ build:ubuntu:
build:suse:
image: opensuse:tumbleweed
- stage: weeklytest
+ stage: WeeklyTest
script:
- zypper install -y gcc meson gettext itstool git gtk3-devel
gnome-autoar-devel libgnome-desktop-3-devel