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

29 lines
913 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:
2018-06-05 16:23:03 +00:00
- tlmgr update --self --all
2018-05-11 18:19:06 +00:00
- tlmgr install blindtext koma-script float hyperref pgf biblatex
- tlmgr install pgfgantt listings collection-fontsrecommended comment
- tlmgr install biber babel-italian babel-english hyphen-italian
2018-05-11 19:58:44 +00:00
- tlmgr install logreq xstring
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
2018-06-05 16:23:03 +00:00
tlmgr update --self