Commit ef71dbe9 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

add to pipeline compile of trapping and of pdf docs

parent b0587ee4
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@ building_stage:
      paths:
         - build/cluster/*
         - build/sphere/*
         #- build/trapping/*
         - build/trapping/*
	 - doc/build/*
      exclude:
         - ".git*"
         - ".git/**/*"
@@ -46,6 +47,9 @@ building_stage:
      - cd src
      - echo "Running make ..."
      - make
      - make docs
      - cd ../doc/build/latex
      - make 

running_stage:
   stage: run