added report to generation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2023-11-30 14:02:22 +00:00
parent eea7e0cdb2
commit bc1aeca3da

View File

@ -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: