added report to generation
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
eea7e0cdb2
commit
bc1aeca3da
20
.drone.yml
20
.drone.yml
@ -25,17 +25,15 @@ steps:
|
||||
- pdflatex project-synopsis.tex
|
||||
- cd -
|
||||
|
||||
# - name: Build Report
|
||||
# commands:
|
||||
# - cd report
|
||||
# - cp ../upds-1/UPDS-content.tex UPDS-1-content.tex
|
||||
# - cp ../upds-2/UPDS-content.tex UPDS-2-content.tex
|
||||
# - pdflatex report.tex
|
||||
# # Prepare bib
|
||||
# - /usr/bin/vendor_perl/biber report
|
||||
# # Compile twice for the table of contents and for bib text
|
||||
# - pdflatex report.tex
|
||||
# - cd -
|
||||
- name: Build Report
|
||||
commands:
|
||||
- cd report
|
||||
- pdflatex report.tex
|
||||
# Prepare bib
|
||||
- /usr/bin/vendor_perl/biber report
|
||||
# Compile twice for the table of contents and for bib text
|
||||
- pdflatex report.tex
|
||||
- cd -
|
||||
#
|
||||
# - name: Generate text
|
||||
# commands:
|
||||
|
Loading…
Reference in New Issue
Block a user