winpixel/.drone.yml

17 lines
299 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
2021-07-24 02:05:15 +00:00
- xmllint --noout --schema xml/winpixel.xsd winpixel.xml
2021-07-24 02:01:07 +00:00
- name: build
image: alpine:3.14
commands:
2021-07-24 02:05:15 +00:00
- apk add libxslt git
2021-07-24 02:01:07 +00:00
- ./build.sh