Add Drone CI
continuous-integration/drone Build is passing Details

This commit is contained in:
Lucidiot 2021-07-24 04:01:07 +02:00
parent affc3bb660
commit 942e3afe19
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
2 changed files with 18 additions and 0 deletions

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
---
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

View File

@ -1,3 +1,5 @@
# winpixel
collecting windows pixel art
![Drone CI status](https://drone.tildegit.org/api/badges/lucidiot/winpixel/status.svg)