diff options
author | Jesús <heckyel@hyperbola.info> | 2020-10-07 18:45:15 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-10-07 18:45:15 -0500 |
commit | be8233f83997326ea7b51d9474f5c82a3c0e4c06 (patch) | |
tree | 44e35ac0321eeb009f61ed7308d89364277d6b78 | |
parent | a0b2d77957bc515259cef81ecce9a8571157f913 (diff) | |
download | web-base-be8233f83997326ea7b51d9474f5c82a3c0e4c06.tar.lz web-base-be8233f83997326ea7b51d9474f5c82a3c0e4c06.tar.xz web-base-be8233f83997326ea7b51d9474f5c82a3c0e4c06.zip |
Add .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 14 |
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' |