diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-16 15:33:59 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-16 15:33:59 +0200 |
commit | 252d44a0d5bef2fe9f74c1482a5ee9579de03bcb (patch) | |
tree | e3db81fe61ae134de0d567c18272c95c363e9a7b /.gitlab-ci.yml | |
parent | 95f0032671681d24746df2d1b93b49d73a7c3058 (diff) | |
download | Chimère-252d44a0d5bef2fe9f74c1482a5ee9579de03bcb.tar.bz2 Chimère-252d44a0d5bef2fe9f74c1482a5ee9579de03bcb.zip |
CI: locale configuration
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e894a4d..ae89f7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,7 @@ before_script: - apt-get update - - apt-get install -q -y locales python-pip libpq-dev python-dev libjpeg-dev zlib1g-dev libxml2-dev libxslt1-dev libgeos-dev python-pyexiv2 python-gdal + - apt-get install -q -y locales-all python-pip libpq-dev python-dev libjpeg-dev zlib1g-dev libxml2-dev libxslt1-dev libgeos-dev python-pyexiv2 python-gdal - echo "locales locales/default_environment_locale select fr_FR.UTF-8" | debconf-set-selections - - echo "locales locales/locales_to_be_generated select fr_FR.UTF-8" | debconf-set-selections - - locale-gen "fr_FR.UTF-8" - dpkg-reconfigure -fnoninteractive locales - pip install -q -r requirements.txt - cp Makefile.example Makefile |