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

41 lines
762 B
YAML
Raw Normal View History

2018-04-12 18:38:04 +02:00
pipeline:
2018-06-10 12:39:25 +02:00
misc:
group: prepare
image: alpine
commands:
- apk add --no-cache make wget
- make fonts
2018-04-28 14:27:08 +02:00
inkscape:
2018-06-10 12:19:05 +02:00
group: prepare
2018-04-28 14:27:08 +02:00
image: jess/inkscape
2018-04-12 18:38:04 +02:00
commands:
2018-04-28 14:27:08 +02:00
- apt-get update && apt-get -y install make
- ./compile.sh inkscape
libreoffice:
2018-06-10 12:19:05 +02:00
group: prepare
2018-04-28 14:27:08 +02:00
image: jess/libreoffice
2018-04-12 18:38:04 +02:00
commands:
2018-04-28 14:27:08 +02:00
- apk add --no-cache make
2018-04-12 18:38:04 +02:00
- ./compile.sh libreoffice
2018-04-28 14:27:08 +02:00
revealjs:
2018-06-10 12:19:05 +02:00
group: prepare
2018-06-10 12:45:46 +02:00
image: node:alpine
2018-06-01 20:45:54 +02:00
environment:
2018-06-01 20:15:27 +02:00
- NODE_ENV=production
2018-06-01 20:45:54 +02:00
commands:
2018-06-10 12:45:46 +02:00
- apk add --no-cache make
2018-04-12 18:38:04 +02:00
- ./compile.sh revealjs
2018-04-28 14:27:08 +02:00
2018-06-10 12:19:05 +02:00
latex:
group: build
image: tianon/latex
commands:
- ./compile.sh latex
2018-04-28 14:27:08 +02:00
publish:
image: sbruder/drone-netlify
secrets: [ "netlify_key" ]