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 debug
- make release - make release
# pages: pages:
# stage: build stage: build
# image: rikorose/gcc-cmake:latest image: tsgkadot/docker-doxygen
# script: script:
# - cd doc && doxygen Doxyfile && cd .. - cd doc && doxygen Doxyfile && cd ..
# - pwd && ls -aHl - pwd && ls -aHl
# - mv doc/html/ public/ - mv doc/html/ public/
# artifacts: artifacts:
# paths: paths:
# - public - public