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
Branches
No related tags found
No related merge requests found
......@@ -46,10 +46,8 @@ building_stage:
- cat /etc/os-release
- cd src
- echo "Running make ..."
- make
- make docs
- cd ../doc/build/latex
- make
- make -j
- make docs -j && make -C ../doc/build/latex -j
running_stage:
stage: run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment