This commit is contained in:
mulbric1
2024-06-04 10:22:35 +00:00
parent 60175861db
commit 5bd1eee633
23 changed files with 1213 additions and 18 deletions

16
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,16 @@
image: alpine
pages:
stage: deploy
script:
- apk update && apk add doxygen graphviz ttf-freefont && apk add make
- doxygen doxygen.txt
- mkdir public
- cp -r docs/html public
#- mv docs/html/ public/
artifacts:
paths:
- public
only:
- release