[librsvg: 2/9] Add rust, cargo, gtk-doc to the CI requirements



commit 8c2a863cf3aa71f03e86b6dba069b926fc34b4a5
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Jan 12 12:51:36 2018 -0600

    Add rust, cargo, gtk-doc to the CI requirements

 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2a07d81..368a5d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,9 @@ stages:
   - test
 
 before_script:
-  - dnf install -y gcc automake autoconf libtool gettext itstool
+  - dnf install -y gcc rust cargo
+                   automake autoconf libtool gettext itstool
+                   gtk-doc
                    redhat-rpm-config git
                    gtk3-devel
                    gobject-introspection-devel


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