From: Rudolf Polzer Date: Mon, 1 Mar 2021 16:03:20 +0000 (+0000) Subject: Install Doxygen before using it. Will that work? X-Git-Tag: xonotic-v0.8.5~545 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a26d71027827e4cb2d7bb0df7c3a13e2f0e9674d;p=xonotic%2Fxonotic-data.pk3dir.git Install Doxygen before using it. Will that work? --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 18c671758..4f9150802 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,7 @@ test_sv_unit: doxygen: # rename to 'pages' when gitlab.com allows pages to exceed 100MiB before_script: - ln -s $PWD data/xonotic-data.pk3dir # is this needed? + - apt-get -y install doxygen stage: deploy script: - cd qcsrc && doxygen