Skip to content
Snippets Groups Projects
Commit d63e2435 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the script to generate the GIT pages from the doxygen documentation

parent ae9587d4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -28,3 +28,12 @@ coverage:
script:
- cd Build
- ctest --timeout 15 --verbose -T coverage
pages:
script:
- cd Build
- make doc
- mv ../doc/html/ public/
artifacts:
paths:
- public
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