Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pilgrim
doxygen
Commits
ef2fb89d
Commit
ef2fb89d
authored
Mar 30, 2016
by
Achilleas Pipinellis
Browse files
Add .gitlab-ci.yml
parent
517958fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
ef2fb89d
image
:
alpine
pages
:
script
:
-
apk add doxygen
-
doxygen doxygen/Doxyfile
-
mv doxygen/documentation/html/ public/
artifacts
:
paths
:
-
public
only
:
-
master
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment