From: TimePath Date: Fri, 25 Mar 2016 04:40:23 +0000 (+1100) Subject: Accept hash change in aa3e381, a new class was added X-Git-Tag: xonotic-v0.8.2~1021 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=795d3841d022125b77f90594f520c0da356d1606;p=xonotic%2Fxonotic-data.pk3dir.git Accept hash change in aa3e381, a new class was added --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e345c88d9..77d421436 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,11 @@ before_script: - cd gmqcc && make -j $(nproc) && export QCC="$PWD/gmqcc" - cd .. +test_compilation_units: + stage: test + script: + - ./qcsrc/tools/compilationunits.sh + test_sv_game: stage: test script: @@ -14,7 +19,7 @@ test_sv_game: - wget -O data/g-23.pk3 http://beta.xonotic.org/autobuild-bsp/latest/g-23.pk3 - make - - EXPECT=8573348372f9b9f82183b01598950eb5 + - EXPECT=07fdfd9a19025920a599995730eb2a78 - HASH=$(${ENGINE} -noconfig -nohome +exec serverbench.cfg | tee /dev/stderr | grep '^:' @@ -41,11 +46,6 @@ test_sv_unit: done < <(${ENGINE} +developer 1 +map gitlab-ci +sv_cmd runtest +exit) - exit 1 -test_compilation_units: - stage: test - script: - - ./qcsrc/tools/compilationunits.sh - doxygen: # rename to 'pages' when gitlab.com allows pages to exceed 100MiB stage: deploy script: