[nautilus] CI: Use capitalized names for distros
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] CI: Use capitalized names for distros
- Date: Sat, 17 Mar 2018 08:28:19 +0000 (UTC)
commit a5a3735c82deaf02ee5932dc1b28cf453e5b446c
Author: Carlos Soriano <csoriano1618 gmail com>
Date: Sat Mar 17 08:26:54 2018 +0000
CI: Use capitalized names for distros
.gitlab-ci.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index efbf640e2..b19882e33 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
- Test
- WeeklyTest
-build:fedora:
+build:Fedora:
image: fedora:28
stage: Build
script:
@@ -12,11 +12,11 @@ build:fedora:
- meson _build .
- ninja -C _build
-test:fedora:
+test:Fedora:
image: fedora:28
stage: Test
script:
- - dnf install -y gcovr 'dnf-command(builddep)' redhat-rpm-config git
+ - dnf install -y gcovr 'dnf-command(builddep)' redhat-rpm-config
- dnf builddep -y nautilus
# Coverage data contains paths relative to the build directory,
# so changing to it makes writing filter expressions easier.
@@ -42,7 +42,7 @@ test:fedora:
--exclude=../test/
coverage: '/^TOTAL.*\s+(\d+\%)$/'
-build:flatpak:
+build:Flatpak:
image: flatpak/flatpak-builder:gnome-3-28
stage: Build
script:
@@ -57,7 +57,7 @@ build:flatpak:
expire_in: 2 days
-build:rawhide:
+test:FedoraRawhide:
image: fedora:rawhide
stage: WeeklyTest
script:
@@ -69,7 +69,7 @@ build:rawhide:
only:
- schedules
-build:ubuntu:
+test:Ubuntu:
image: ubuntu:devel
stage: WeeklyTest
script:
@@ -84,7 +84,7 @@ build:ubuntu:
only:
- schedules
-build:suse:
+test:OpenSuse:
image: opensuse:tumbleweed
stage: WeeklyTest
script:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]