Skip to content
Snippets Groups Projects

Added a job to run podio

Merged Whitney Armstrong requested to merge doc_dd4pod into master
2 files
+ 21
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 17
3
@@ -48,13 +48,25 @@ docker_tag:
@@ -48,13 +48,25 @@ docker_tag:
script:
script:
- cd .containers/docker && make release
- cd .containers/docker && make release
 
 
gen_doxygen_src:
 
stage: container
 
rules:
 
- if: '$CI_SERVER_HOST != "eicweb.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"'
 
script:
 
- mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install
 
artifacts:
 
paths:
 
- build/src/dd4pod/src
 
- build/src/dd4pod/dd4pod
 
pages:
pages:
image: alpine
image: alpine
stage: build
stage: deploy
extends: .not-eicweb
extends: .not-eicweb
 
needs: ['gen_doxygen_src']
rules:
rules:
- if: '$CI_SERVER_HOST != "eicweb.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"'
- if: '$CI_SERVER_HOST != "eicweb.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"'
- if: '$CI_SERVER_HOST != "eicweb.phy.anl.gov" && $CI_PIPELINE_SOURCE == "merge_request_event"'
script:
script:
- apk update && apk add doxygen graphviz ttf-ubuntu-font-family
- apk update && apk add doxygen graphviz ttf-ubuntu-font-family
- cd doc && doxygen Doxyfile && mv doxygen_output/html/ ../public/
- cd doc && doxygen Doxyfile && mv doxygen_output/html/ ../public/
@@ -65,5 +77,7 @@ pages:
@@ -65,5 +77,7 @@ pages:
staging:
staging:
stage: deploy
stage: deploy
rules:
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_SERVER_HOST == "eicweb.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"'
trigger: EIC/juggler
trigger: EIC/juggler
 
 
Loading