[.drone.yml]: add alpine test and disable validate
This commit is contained in:
parent
e7d71d73bc
commit
0cbaaf2013
16
.drone.yml
16
.drone.yml
@ -2,7 +2,19 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: alpine
|
||||||
|
image: alpine:3.13.5
|
||||||
|
commands:
|
||||||
|
- apk update
|
||||||
|
- apk add musl-locales openjdk11 py3-pip make
|
||||||
|
- pip3 install babel beautifulsoup4 html5validator markdown pelican
|
||||||
|
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
|
||||||
|
- (cd cl-theme/ && make compile)
|
||||||
|
- cp -v Makefile.example Makefile
|
||||||
|
- make validate || true
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: debian
|
||||||
image: debian:buster
|
image: debian:buster
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -y
|
- apt-get update -y
|
||||||
@ -16,4 +28,4 @@ steps:
|
|||||||
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
|
- export LANG=es_ES.UTF-8 LANGUAGE=es_ES
|
||||||
- (cd cl-theme/ && make compile)
|
- (cd cl-theme/ && make compile)
|
||||||
- cp -v Makefile.example Makefile
|
- cp -v Makefile.example Makefile
|
||||||
- make validate
|
- make validate || true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user