simplifying gitlabCI script

This commit is contained in:
Phuntsok Drak-pa
2018-11-25 00:58:38 +01:00
parent 89b9385db4
commit 36d4fde71d

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: