From 91785d36c0dcb22a04ec21b1c2ad5f66b2879541 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Wed, 25 Sep 2019 10:38:20 +0200 Subject: [PATCH] comment about doxygen --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a26756c5..8724d0661 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,9 @@ test_sv_unit: done < <(${ENGINE} +developer 1 +map gitlab-ci +sv_cmd runtest +exit) - exit 1 +# NOTE: The generated docs are incomplete - they don't contain code behind SVQC CSQC MENUQC GAMEQC ifdefs. +# With them added to PREDEFINED, it would take over half an hour to generate the docs and even then +# they might not be complete. Doxygen doesn't handle #elif and might not understand some QC definitions. doxygen: # rename to 'pages' when gitlab.com allows pages to exceed 100MiB stage: deploy script: -- 2.39.2