simplifying gitlabCI script

This commit is contained in:
Phuntsok Drak-pa 2018-11-25 00:58:38 +01:00
parent 89b9385db4
commit 36d4fde71d
No known key found for this signature in database
GPG Key ID: 9CB34B6827C66D22
1 changed files with 1 additions and 5 deletions

View File

@ -15,12 +15,8 @@ build:
pages:
stage: build
image: ubuntu:trusty
image: rikorose/gcc-cmake:latest
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: