Add new file

This commit is contained in:
Dorian Zedler 2018-12-01 22:10:32 +01:00
parent df9c065d4f
commit a6b655146d

14
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,14 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/doxygen
image: alpine
pages:
script:
- apk update && apk add doxygen
- doxygen Doku/Doxygen/Doxyfile
- mv Doku/Doxygen/html/ public/
artifacts:
paths:
- public
only:
- master