[librsvg: 2/3] CI: Add gettext package for distro testing



commit e59bd9db3dbdf6f6dc5b722f413ae9ec138fa492
Author: Daniel GarcĂ­a Moreno <danigm wadobo com>
Date:   Thu Nov 29 11:08:04 2018 +0100

    CI: Add gettext package for distro testing
    
    See #386

 .gitlab-ci.yml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d0e9493a..a70ecf3b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,18 +87,24 @@ fedora test:
   stage: test
   variables:
     LIBRSVG_DEBUG: "yes"
+  before_script:
+    - dnf install -y gettext-devel
   <<: *test
 
 fedora:rawhide:
   image: $AMD64_FEDORA_RAWHIDE
   variables:
     LIBRSVG_DEBUG: "yes"
+  before_script:
+    - dnf install -y gettext-devel
   <<: *distro_test
 
 .opensuse:tumbleweed:
   image: $AMD64_OPENSUSE_TUMBLEWEED
   variables:
     LIBRSVG_DEBUG: "yes"
+  before_script:
+    - zypper install -y gettext-tools
   <<: *distro_test
 
 debian:testing:
@@ -107,6 +113,7 @@ debian:testing:
     LIBRSVG_DEBUG: "yes"
   before_script:
     - export PATH=$PATH:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0
+    - apt-get update && apt-get install -y autotools-dev libltdl-dev libtool autoconf autopoint
   <<: *distro_test
 
 debian_i386:testing:
@@ -115,6 +122,7 @@ debian_i386:testing:
     LIBRSVG_DEBUG: "yes"
   before_script:
     - export PATH=$PATH:/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0
+    - apt-get update && apt-get install -y autotools-dev libltdl-dev libtool autoconf autopoint
   <<: *distro_test
 
 # STAGE 1 LINTS
@@ -147,6 +155,7 @@ tarball:
   variables:
     LIBRSVG_DEBUG: "yes"
   script:
+    - dnf install -y gettext-devel
     - rustc --version && cargo --version
     - mkdir -p _build
     - cd _build
@@ -162,6 +171,8 @@ fedora:test_release:
   stage: test
   variables:
     LIBRSVG_DEBUG: "no"
+  before_script:
+    - dnf install -y gettext-devel
   <<: *distro_test
   <<: *stage_3
 
@@ -171,6 +182,7 @@ debian:testing_release_i386:
     LIBRSVG_DEBUG: "no"
   before_script:
     - export PATH=$PATH:/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0
+    - apt-get update && apt-get install -y autotools-dev libltdl-dev libtool autoconf autopoint
   <<: *distro_test
   <<: *stage_3
 


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