aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-22 20:22:00 -0500
committerJesús <heckyel@hyperbola.info>2021-12-22 20:22:00 -0500
commitd62fd61202d34a8b57e416aac3b782c5182bf695 (patch)
tree305624f598805db426fdc9482962700bda1a5122
parent65799536f1d8fd9a4375a595b06cfbb5a94b6406 (diff)
downloadcl-d62fd61202d34a8b57e416aac3b782c5182bf695.tar.lz
cl-d62fd61202d34a8b57e416aac3b782c5182bf695.tar.xz
cl-d62fd61202d34a8b57e416aac3b782c5182bf695.zip
[drone-ci]: add hacks
-rw-r--r--.drone.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 3396846..e7ca2f6 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,8 +5,9 @@ steps:
- name: hyperbola
image: rusian/hyperbola:0.4
commands:
+ - export SHELL=/bin/bash # hack custom shell
- pacman -Syu --noconfirm
- - pacman -S python-virtualenv python-setuptools --noconfirm
+ - pacman -S python-virtualenv python-setuptools make --noconfirm
- sed -e 's|^# es_ES.UTF-8 UTF-8|es_ES.UTF-8 UTF-8|g' -i /etc/locale.gen
- sed -e 's|^# en_US.UTF-8 UTF-8|en_US.UTF-8 UTF-8|g' -i /etc/locale.gen
- sed -e 's|^# eo UTF-8|eo UTF-8|g' -i /etc/locale.gen
@@ -15,10 +16,11 @@ steps:
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
- virtualenv -p python3 venv
- source venv/bin/activate
+ - rm -f /usr/bin/lsb_release # hack fix python-distro
- pip install -U -r requirements.txt
- (cd cl-theme/ && make compile)
- cp -v Makefile.example Makefile
- - make validate
+ - make html # make validate disable because java no is present on Hyperbola
- name: alpine
image: alpine:3.13.7