X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=8724d06617940c0ed8cf76c67ad0fc94a25cb5a9;hp=dd18ca4a7041e35163701c56fb6106220555bf9b;hb=dd448c8e197e0baef7a9f6bc3864fb4d66294837;hpb=8f381c9ba44ba9902f385949f99b4a106cb512c8 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd18ca4a7..8724d0661 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ test_sv_game: - wget -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints - wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache - make - - EXPECT=0bff07a368ae61253bf725b0a7e794e7 + - EXPECT=892e447048e051e51f30cff2affc729a - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg | tee /dev/stderr | grep '^:' @@ -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: