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