winpixel/.drone.yml

17 lines
299 B
YAML

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