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

Merge branch 'doxygen_look' into 'master'

Fixed pages CI

See merge request !17
parents 9484495d 18a3eae1
Branches
Tags
1 merge request!17Fixed pages CI
Pipeline #7696 passed
...@@ -28,8 +28,8 @@ pages: ...@@ -28,8 +28,8 @@ pages:
- if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"' - if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"'
script: script:
- apk update && apk add doxygen graphviz ttf-ubuntu-font-family - apk update && apk add doxygen graphviz ttf-ubuntu-font-family
- cd build && mkdir -p doxygen_output && doxygen ../docs/Doxyfile && cd .. - cd build && cp -r ../docs/* . && doxygen Doxyfile && cd ..
- mkdir -p public && cp -r build/doxygen_output/html/* public/. - mkdir -p public && cp -r build/docs/html/* public/.
# - mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make doc_doxygen && cd .. # - mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make doc_doxygen && cd ..
#- cp -r build/doxygen_output/html public #- cp -r build/doxygen_output/html public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment