test with Doxygen + Gitlab Pages?
This commit is contained in:
parent
750a7a750f
commit
dfdfc52b67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user