This repository has been archived on 2019-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
tesiMaturita/.drone.yml

28 lines
888 B
YAML
Raw Normal View History

2018-05-11 18:19:06 +00:00
workspace:
base: /drone
path: tesi
pipeline:
build:
image: registry.maggioni.xyz/praticamentetilde/latex:2018-small
2018-05-11 18:19:06 +00:00
commands:
2019-01-16 20:21:40 +00:00
- tlmgr update --self
2018-05-11 18:19:06 +00:00
- tlmgr install blindtext koma-script float hyperref pgf biblatex
2019-01-23 09:28:32 +00:00
- tlmgr install pgfgantt listings collection-fontsrecommended comment
- tlmgr install biber babel-italian babel-english hyphen-italian
2019-01-23 09:28:32 +00:00
- tlmgr install logreq xstring svg
2018-05-11 18:19:06 +00:00
- pdflatex italian.tex && biber italian
- pdflatex italian.tex && pdflatex italian.tex
- pdflatex english.tex && biber english
- pdflatex english.tex && pdflatex english.tex
publish:
image: plugins/s3
bucket: drone
2018-05-11 20:07:30 +00:00
secrets: [ aws_access_key_id, aws_secret_access_key ]
2018-05-11 18:19:06 +00:00
source: /drone/tesi/*.pdf
target: /
path_style: true
endpoint: https://s3.maggioni.xyz
branches: master