Skip to content

Commit

Permalink
Update GitLab CI configuration (comments only).
Browse files Browse the repository at this point in the history
Document where the HTML documentation will be installed.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12999 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Albrecht Schlosser committed Jul 31, 2018
1 parent d26b29a commit 82e26c6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
# (1) Continuously building FLTK with several build systems.
# (2) Generating current HTML documentation and putting it online.
#
# The documentation will be at:
# The documentation will be viewable at:
#
# https://fltk.gitlab.io/fltk/
# https://fltk.gitlab.io/<repository>/
#
# <repository> can be one of:
# - fltk
# - fltk-test
#
# Details of this script:
#
Expand Down Expand Up @@ -74,6 +78,7 @@ documentation:
- apt update && apt -y install make autoconf man doxygen
script:
- make clean
- doxygen --version
- cd documentation && make && make html
artifacts:
paths:
Expand Down

0 comments on commit 82e26c6

Please sign in to comment.