[ci] use parallel builds

master
Simon Bruder 2018-06-10 10:19:05 +00:00
parent 5abaf78946
commit 02106302f3
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 10 additions and 6 deletions

View File

@ -1,29 +1,33 @@
pipeline:
inkscape:
group: prepare
image: jess/inkscape
commands:
- apt-get update && apt-get -y install make
- ./compile.sh inkscape
latex:
image: tianon/latex
commands:
- apt-get update && apt-get -y install wget
- ./compile.sh latex
libreoffice:
group: prepare
image: jess/libreoffice
commands:
- apk add --no-cache make
- ./compile.sh libreoffice
revealjs:
group: prepare
image: node
environment:
- NODE_ENV=production
commands:
- ./compile.sh revealjs
latex:
group: build
image: tianon/latex
commands:
- apt-get update && apt-get -y install wget
- ./compile.sh latex
publish:
image: sbruder/drone-netlify
secrets: [ "netlify_key" ]