aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..b80733d
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,15 @@
+image: debian
+
+before_script:
+- apt-get update -y
+- apt-get install -y locales make python3 emacs
+- sed -i 's/# \(es_ES.UTF-8 UTF-8\)/\1/' /etc/locale.gen
+- sed -i 's/# \(en_US.UTF-8 UTF-8\)/\1/' /etc/locale.gen
+- sed -i 's/# \(eo.UTF-8 UTF-8\)/\1/' /etc/locale.gen
+- sed -i 's/# \(fr_FR.UTF-8 UTF-8\)/\1/' /etc/locale.gen
+- dpkg-reconfigure --frontend=noninteractive locales
+- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
+
+test:
+ script:
+ - make test