Skip to content
Snippets Groups Projects
Commit c6678d86 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent ca01d198
Branches v24.09-stable
Tags v24.09.0-stable
No related merge requests found
...@@ -4,7 +4,7 @@ stages: ...@@ -4,7 +4,7 @@ stages:
- trackers - trackers
- calorimeters - calorimeters
- pid - pid
- others #- others
track_test1: track_test1:
stage: trackers stage: trackers
...@@ -22,27 +22,15 @@ pid_test1: ...@@ -22,27 +22,15 @@ pid_test1:
- bash pid/dummy_test.sh - bash pid/dummy_test.sh
#compile: #pages:
# stage: build # image: alpine
# #tags: # when: manual
# # - singularity # stage: build
# script: # script:
# - ./bin/do_build # - apk update && apk add doxygen graphviz ttf-ubuntu-font-family
# # - cd doc && doxygen Doxyfile && mv doxygen_output/html/ ../public/
# #trigger: # artifacts:
# # stage: containerize # paths:
# # script: curl -X POST -F token=8806e69cdc802d752413e8a31554a2 -F ref=master https://eicweb.phy.anl.gov/api/v4/projects/290/trigger/pipeline # - public
# # # only:
# - master
pages:
image: alpine
when: manual
stage: build
script:
- apk update && apk add doxygen graphviz ttf-ubuntu-font-family
- cd doc && doxygen Doxyfile && mv doxygen_output/html/ ../public/
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment