aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..aa57dfd
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,14 @@
+image: debian
+
+before_script:
+- apt-get update -y
+- apt-get install -y locales openjdk-11-jre python3-pip
+- 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
+- dpkg-reconfigure --frontend=noninteractive locales
+- pip3 install html5validator
+- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
+
+test:
+ script:
+ - echo -n 'test'