welp that didn’t go well
This commit is contained in:
parent
81d6b90a7a
commit
9c86efe0af
@ -2,7 +2,6 @@ image: nvidia/opengl:devel
|
||||
|
||||
stages:
|
||||
- build
|
||||
- pages
|
||||
|
||||
cache:
|
||||
key: apt-cache
|
||||
@ -19,17 +18,3 @@ build:
|
||||
- gcc --version
|
||||
- make debug
|
||||
- make release
|
||||
|
||||
pages:
|
||||
stage: build
|
||||
image: ubuntu:trusty
|
||||
script:
|
||||
- export DEBIAN_FRONTEND=noninteractive
|
||||
- apt-get -yq update
|
||||
- apt-get -yq install graphviz
|
||||
- apt-get -yq install doxygen
|
||||
- doxygen doxy/dox_config
|
||||
- mv docs/html/ public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
Loading…
Reference in New Issue
Block a user