[geary/wip/geary-inspector: 1/19] Target Ubuntu and Fedora devel images in CI
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/geary-inspector: 1/19] Target Ubuntu and Fedora devel images in CI
- Date: Sun, 7 Apr 2019 08:10:50 +0000 (UTC)
commit 765b682e3d19ff8d157fcb8357540545f09b75a0
Author: Michael Gratton <mike vee net>
Date: Sun Apr 7 11:36:43 2019 +1000
Target Ubuntu and Fedora devel images in CI
This should provide some more flexibility in adding new deps (like
libhandy).
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2289b81c..cbfd89b4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ variables:
fedora:
stage: build
- image: fedora:latest
+ image: fedora:rawhide
before_script:
- dnf update -y --nogpgcheck
- dnf install -y --nogpgcheck $FEDORA_DEPS $FEDORA_TEST_DEPS
@@ -50,7 +50,7 @@ fedora:
ubuntu:
stage: build
- image: ubuntu:rolling
+ image: ubuntu:devel
before_script:
- apt-get update
- apt-get install -q -y --no-install-recommends $UBUNTU_DEPS $UBUNTU_TEST_DEPS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]