I’m an idiot

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

View File

@ -2,6 +2,7 @@ image: nvidia/opengl:devel
stages:
- build
- pages
cache:
key: apt-cache
@ -18,3 +19,17 @@ 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
- cd doc && doxygen Doxyfile && cd ..
- mv docs/html/ public/
artifacts:
paths:
- public