Try to add post-XSLT linting
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Lucidiot 2021-10-17 23:13:19 +02:00
parent b3a4e78b2f
commit e336466228
Signed by: lucidiot
GPG Key ID: 3358C1CA6906FB8D
1 changed files with 2 additions and 1 deletions

View File

@ -6,8 +6,9 @@ steps:
- name: test
image: alpine
commands:
- apk add libxml2-utils
- apk add libxml2-utils libxslt
- xmllint --noout --schema itsb.xsd itsb.xml
- 'xsltproc xslt/itsb.xsl itsb.xsml | xmllint --noout --schema itsb.xsd -'
- name: deploy
image: drillster/drone-rsync