[geary/wip/geary-inspector: 19/38] 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: 19/38] Target Ubuntu and Fedora devel images in CI
- Date: Sun, 7 Apr 2019 08:31:49 +0000 (UTC)
commit ac911d80ced9434bdfb169a33d1e30673fe6569d
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 547067cf..bf727585 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]