Skip to content
Snippets Groups Projects
Commit 0b93e600 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

change slightly the pipeline script to only attempt to compile latex if the...

change slightly the pipeline script to only attempt to compile latex if the previous doxygen stage worked without errors
parent 6ff2da02
No related branches found
No related tags found
No related merge requests found
...@@ -46,10 +46,8 @@ building_stage: ...@@ -46,10 +46,8 @@ building_stage:
- cat /etc/os-release - cat /etc/os-release
- cd src - cd src
- echo "Running make ..." - echo "Running make ..."
- make - make -j
- make docs - make docs -j && make -C ../doc/build/latex -j
- cd ../doc/build/latex
- make
running_stage: running_stage:
stage: run stage: run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment