pipeline:
misc:
group: prepare
image: alpine
commands:
- apk add --no-cache make wget
- make fonts
inkscape:
image: jess/inkscape
- 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:alpine
environment:
- NODE_ENV=production
- ./compile.sh revealjs
latex:
group: build
image: tianon/latex
- ./compile.sh latex
publish:
image: sbruder/drone-netlify
secrets: [ "netlify_key" ]