[geary/wip/geary-inspector: 2/21] 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: 2/21] Target Ubuntu and Fedora devel images in CI
- Date: Sun, 7 Apr 2019 10:25:05 +0000 (UTC)
commit dcfdebcb233ea7ce42878b9f573b6ccdbb02b641
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 f2b3c404..b359baad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,7 +39,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
@@ -51,7 +51,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]