welp that didn’t go well

This commit is contained in:
Phuntsok Drak-pa 2018-11-25 00:48:43 +01:00
parent 81d6b90a7a
commit 9c86efe0af
No known key found for this signature in database
GPG Key ID: 9CB34B6827C66D22
1 changed files with 0 additions and 15 deletions

View File

@ -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