From 2a9c6903ab600affaec47b7dc7d196d522e43ab8 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Tue, 20 Jul 2021 09:11:23 +0200 Subject: [PATCH] Fix gitlab ci --- .gitlab-ci.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5b4264e..b053c51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,19 +1,13 @@ -# you can delete this line if you're not using Docker -# image: busybox:latest +image: ubuntu pages: script: - - mkdir -p docs - - cd docs -# - apt install doxygen texlive-base texlive-latex-extra texlive-fonts-extra texlive-fonts-recommended python3-pip + - cd docs/ + - apt update && apt install -y git doxygen python3-pip - git clone git://github.com/mosra/m.css -# - pip3 install jinja2 Pygments + - pip3 install jinja2 Pygments - ./m.css/documentation/doxygen.py ./Doxyfile-mcss - - cd ./latex - - make - - cp refman.pdf ../html/ScStwSharedLibraries.pdf - - cd ../ - - mv ./html/ ../public/ + - mv ./html ../public artifacts: paths: - public