[librsvg: 1/7] gitlab-ci: Test using a custom OCI registry and image to run tests.



commit f67d2ef2d0e66c092856f50d72e6cb732e5c4326
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Fri Feb 23 11:19:29 2018 +0000

    gitlab-ci: Test using a custom OCI registry and image to run tests.

 .gitlab-ci.yml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be3979be..fd4db2a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,20 +31,8 @@ stages:
 
 
 fedora:test:
-  image: fedora:latest
+  image: registry.gitlab.com/alatiera/librsvg-oci-images/fedora:latest
   stage: test
-  before_script:
-    - dnf install -y gcc rust rust-std-static cargo make
-                     automake autoconf libtool gettext itstool
-                     gtk-doc
-                     git redhat-rpm-config
-                     gobject-introspection-devel
-                     libxml2-devel
-                     libcroco-devel
-                     cairo-devel
-                     pango-devel
-                     gdk-pixbuf2-devel
-                     gtk3-devel
   <<: *distro_test
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]