Skip to content
Snippets Groups Projects
Verified Commit 6a603c97 authored by Adrien Jayat's avatar Adrien Jayat
Browse files

Add gitlab CI

parent 182636ea
Branches
No related merge requests found
Pipeline #177530 passed with stages
in 15 seconds
image: alpine
workflow:
rules:
- if: $CI_COMMIT_BRANCH
pages:
script:
- apk update && apk add doxygen graphviz git
- git config --global --add safe.directory $CI_PROJECT_DIR
- git submodule update --init doxygen-awesome-css
- doxygen Doxyfile
- mv doc/html/ public/
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == "master"
environment: production
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment