diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-07-31 10:05:54 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2018-07-31 10:05:54 +0000 |
| commit | 82e26c661cfd49c88ff001930086634e0ad84bc6 (patch) | |
| tree | 12f9c15c464f94166dbf3b8ea2e2708fdd55b3b5 /.gitlab-ci.yml | |
| parent | d26b29a8f10ac9e3ad6a7f9679617db782cd35f5 (diff) | |
Update GitLab CI configuration (comments only).
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
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e26c2cecc..69b73e7f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: # @@ -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: |
