simplifying gitlabCI script
This commit is contained in:
parent
89b9385db4
commit
36d4fde71d
@ -15,12 +15,8 @@ build:
|
|||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: build
|
stage: build
|
||||||
image: ubuntu:trusty
|
image: rikorose/gcc-cmake:latest
|
||||||
script:
|
script:
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
|
||||||
- apt-get -yq update
|
|
||||||
- apt-get -yq install graphviz
|
|
||||||
- apt-get -yq install doxygen
|
|
||||||
- cd doc && doxygen Doxyfile && cd ..
|
- cd doc && doxygen Doxyfile && cd ..
|
||||||
- mv docs/html/ public/
|
- mv docs/html/ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user