Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NPDet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
NPDet
Merge requests
!167
Added a job to run podio
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added a job to run podio
doc_dd4pod
into
master
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Whitney Armstrong
requested to merge
doc_dd4pod
into
master
4 years ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
a job now generates the dd4pod data model.
0
0
Merge request reports
Compare
master
version 2
475b0a69
4 years ago
version 1
32e34b63
4 years ago
master (base)
and
latest version
latest version
2e401c94
3 commits,
4 years ago
version 2
475b0a69
2 commits,
4 years ago
version 1
32e34b63
1 commit,
4 years ago
2 files
+
21
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
17
−
3
Options
@@ -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