winpixel/.drone.yml

17 lines
287 B
YAML
Raw Normal View History

2021-07-24 02:01:07 +00:00
---
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