Disabled gitlab pages for now
This commit is contained in:
parent
49b23a997c
commit
6f5bbedc0d
@ -2,7 +2,7 @@ image: rikorose/gcc-cmake:latest
|
|||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
- pages
|
# - pages
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|
||||||
@ -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: rikorose/gcc-cmake:latest
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user