contour-creator/.gitlab-ci.yml

12 lines
205 B
YAML
Raw Normal View History

2024-04-06 11:19:58 +00:00
image: alpine
pages:
script:
2024-04-06 11:47:40 +00:00
- apk update && apk add doxygen graphviz ttf-freefont
- doxygen Doxyfile
2024-04-06 12:00:27 +00:00
- mv documentation/doxygen_html/ public/
2024-04-06 11:19:58 +00:00
artifacts:
paths:
- public
only:
2024-04-06 11:43:23 +00:00
- main