winpixel/.drone.yml

17 lines
287 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: lint
image: alpine:3.14
commands:
- apk add libxml2-utils
- xmllint --schema xml/winpixel.xsd winpixel.xml
- name: build
image: alpine:3.14
commands:
- apk add libxslt
- ./build.sh