test with Doxygen + Gitlab Pages?

This commit is contained in:
Phuntsok Drak-pa 2018-11-26 02:31:59 +01:00
parent 750a7a750f
commit dfdfc52b67
No known key found for this signature in database
GPG Key ID: 9CB34B6827C66D22
1 changed files with 10 additions and 10 deletions

View File

@ -13,13 +13,13 @@ build:
- make debug
- make release
# pages:
# stage: build
# image: rikorose/gcc-cmake:latest
# script:
# - cd doc && doxygen Doxyfile && cd ..
# - pwd && ls -aHl
# - mv doc/html/ public/
# artifacts:
# paths:
# - public
pages:
stage: build
image: tsgkadot/docker-doxygen
script:
- cd doc && doxygen Doxyfile && cd ..
- pwd && ls -aHl
- mv doc/html/ public/
artifacts:
paths:
- public