Commit b2973161 by dorpvom

Merge branch 'master' of github.com:fkie-cad/fact_pdf_report into…

Merge branch 'master' of github.com:fkie-cad/fact_pdf_report into SD1262-move-chown-into-pdf-container
parents 0b318f8a 5effdfdb
...@@ -4,6 +4,7 @@ python: ...@@ -4,6 +4,7 @@ python:
- "3.7" - "3.7"
# command to install dependencies # command to install dependencies
install: install:
- "apt-get install -y texlive-fonts-extra texlive-latex-recommended"
- "pip install -r requirements.txt" - "pip install -r requirements.txt"
- "pip install -r requirements-dev.txt" - "pip install -r requirements-dev.txt"
- "pip install codecov" - "pip install codecov"
......
...@@ -50,7 +50,7 @@ def main(template_style='default'): ...@@ -50,7 +50,7 @@ def main(template_style='default'):
target_path = compile_pdf(meta_data, tmp_dir) target_path = compile_pdf(meta_data, tmp_dir)
move_pdf_report(target_path) move_pdf_report(target_path)
except RuntimeError: except RuntimeError:
pass return 1
return 0 return 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment