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

Merge branch 'pages' into 'master'

Pages again

See merge request !10
parents 9bc4f46a 4698424d
No related branches found
No related tags found
1 merge request!10Pages again
...@@ -34,7 +34,7 @@ pages: ...@@ -34,7 +34,7 @@ pages:
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 && mkdir -p doxygen_output && doxygen ../docs/Doxyfile && cd ..
- mkdir -p public && cp -r doxygen_output/html/* public/. - mkdir -p public && cp -r build/doxygen_output/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