contour-creator/.gitlab-ci.yml

12 lines
191 B
YAML
Raw Normal View History

2024-04-06 11:19:58 +00:00
image: alpine
pages:
script:
2024-04-06 11:43:23 +00:00
- apk update && apk add doxygen
- doxygen doxygen/Doxyfile
- mv doxygen/documentation/html/ public/
2024-04-06 11:19:58 +00:00
artifacts:
paths:
- public
only:
2024-04-06 11:43:23 +00:00
- main