From 9c86efe0af0ca13d5bae620406fd784ce79a026b Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Sun, 25 Nov 2018 00:48:43 +0100 Subject: [PATCH] =?UTF-8?q?welp=20that=20didn=E2=80=99t=20go=20well?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60b6a2e..e092039 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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