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
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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