From 36d4fde71d4b8408beb3b1d170e23fc6a244ceee Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 25 Nov 2018 00:58:38 +0100 Subject: [PATCH] simplifying gitlabCI script --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a14bc36..2a1a681 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: