[gnome-games/wip/exalm/ci] ci: Remove cross-distro jobs
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/ci] ci: Remove cross-distro jobs
- Date: Mon, 4 Feb 2019 12:24:07 +0000 (UTC)
commit 418943ebc35ed140ae6a73dbcffbf55cdf8326c5
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Mon Feb 4 17:20:40 2019 +0500
ci: Remove cross-distro jobs
Their original purpose was to test with Vala 0.40.x. Both of the images
use 0.42.x now, so they are redundant and just increase pipeline time.
.gitlab-ci.yml | 28 ----------------------------
.gitlab-ci/build.sh | 5 -----
.gitlab-ci/prepare.sh | 22 ----------------------
3 files changed, 55 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1bd7e07b..d42a183a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,6 @@ stages:
- build
- test
- review
- - cross_distro
variables:
BUNDLE: "gnome-games-git.flatpak"
@@ -76,30 +75,3 @@ stop_review:
except:
- master@GNOME/gnome-games
- tags
-
-fedora:29:
- image: fedora:29
- stage: cross_distro
- before_script:
- - dnf update -y
- # libmanette, retro-gtk and gnome-games aren't in Fedora repos, so we
- # cannot simply do `dnf builddep -y libmanette retro-gtk gnome-games`
- - dnf install -y redhat-rpm-config git vala meson libevdev-devel libepoxy-devel
- gtk3-devel pulseaudio-libs-devel grilo-devel librsvg2-devel
- libsoup-devel sqlite-devel tracker-devel libarchive-devel
- - bash -x ./.gitlab-ci/prepare.sh
- script:
- - bash -x ./.gitlab-ci/build.sh
-
-ubuntu:devel:
- image: ubuntu:devel
- stage: cross_distro
- before_script:
- # Enable source repositories, this is required for `apt-get build-dep`
- - sed -i -e 's/# deb-src/deb-src/' /etc/apt/sources.list
- - apt-get update
- - apt-get install -y git
- - apt-get build-dep -y libmanette retro-gtk gnome-games-app
- - bash -x ./.gitlab-ci/prepare.sh
- script:
- - bash -x ./.gitlab-ci/build.sh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]