Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-01-29 02:35:53 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-29 02:35:53 +0300
commit1f053cb6a5f2874fcb6995bfd91e1a4b3dd20d47 (patch)
tree55cf6825504ea93b61859eacc7f83cf369636cc1
parentd1af0bc2c86522d5a1fe9ce8b94058ce0f127109 (diff)
Install gettext
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 326092a..072c6cb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,8 +41,7 @@ remminai18n build:
- apt-get update -qq
- apt-get install -y -qq software-properties-common
python3-software-properties
- - apt-get install -y -qq build-essential git-core doxygen graphviz libxslt1.1
- xsltproc
+ - apt-get install -y -qq build-essential git-core gettext-base gettext
script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)