Merge branch 'master' of ssh://maggioni.xyz:2222/praticamentetilde/tesiMaturita
This commit is contained in:
commit
cdc50753f1
4 changed files with 26 additions and 2 deletions
26
.drone.yml
Normal file
26
.drone.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
workspace:
|
||||
base: /drone
|
||||
path: tesi
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: registry.maggioni.xyz/praticamentetilde/latex:2018-small
|
||||
commands:
|
||||
- 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
|
||||
- tlmgr install logreq xstring
|
||||
- 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
|
||||
secrets: [ aws_access_key_id, aws_secret_access_key ]
|
||||
source: /drone/tesi/*.pdf
|
||||
target: /
|
||||
path_style: true
|
||||
endpoint: https://s3.maggioni.xyz
|
||||
|
||||
branches: master
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -243,5 +243,3 @@ TSWLatexianTemp*
|
|||
|
||||
# outputs that are not the thesis
|
||||
*.pdf
|
||||
!/english.pdf
|
||||
!/italian.pdf
|
||||
|
|
BIN
english.pdf
BIN
english.pdf
Binary file not shown.
BIN
italian.pdf
BIN
italian.pdf
Binary file not shown.
Reference in a new issue