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