Disabled gitlab pages for now
This commit is contained in:
parent
49b23a997c
commit
6f5bbedc0d
@ -2,7 +2,7 @@ image: rikorose/gcc-cmake:latest
|
||||
|
||||
stages:
|
||||
- build
|
||||
- pages
|
||||
# - pages
|
||||
|
||||
cache:
|
||||
|
||||
@ -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: rikorose/gcc-cmake:latest
|
||||
# script:
|
||||
# - cd doc && doxygen Doxyfile && cd ..
|
||||
# - pwd && ls -aHl
|
||||
# - mv doc/html/ public/
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - public
|
||||
|
Loading…
Reference in New Issue
Block a user