This repository has been archived on 2022-03-27. You can view files and clone it, but cannot push or open issues/pull-requests.
presis/.drone.yml

29 lines
566 B
YAML

pipeline:
inkscape:
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:
image: jess/libreoffice
commands:
- apk add --no-cache make
- ./compile.sh libreoffice
revealjs:
image: node
commands:
- NODE_ENV=production
- ./compile.sh revealjs
publish:
image: sbruder/drone-netlify
secrets: [ "netlify_key" ]