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

modified: .gitlab-ci.yml

parent ca01d198
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ stages:
- trackers
- calorimeters
- pid
- others
#- others
track_test1:
stage: trackers
......@@ -22,27 +22,15 @@ pid_test1:
- bash pid/dummy_test.sh
#compile:
# stage: build
# #tags:
# # - singularity
# script:
# - ./bin/do_build
#
# #trigger:
# # stage: containerize
# # script: curl -X POST -F token=8806e69cdc802d752413e8a31554a2 -F ref=master https://eicweb.phy.anl.gov/api/v4/projects/290/trigger/pipeline
# #
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
#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