[geary/wip/geary-inspector: 2/21] Target Ubuntu and Fedora devel images in CI



commit 7f13ce491d0b2e67b9fa4770e2a92446369ed9c5
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]