From dfdfc52b67838fb6868e8a7d779cbe4f4cfa21a0 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 26 Nov 2018 02:31:59 +0100 Subject: [PATCH] test with Doxygen + Gitlab Pages? --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15557ff..a428197 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,13 +13,13 @@ build: - make debug - make release -# pages: -# stage: build -# image: rikorose/gcc-cmake:latest -# script: -# - cd doc && doxygen Doxyfile && cd .. -# - pwd && ls -aHl -# - mv doc/html/ public/ -# artifacts: -# paths: -# - public +pages: + stage: build + image: tsgkadot/docker-doxygen + script: + - cd doc && doxygen Doxyfile && cd .. + - pwd && ls -aHl + - mv doc/html/ public/ + artifacts: + paths: + - public