]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Accept hash change in aa3e381, a new class was added
authorTimePath <andrew.hardaker1995@gmail.com>
Fri, 25 Mar 2016 04:40:23 +0000 (15:40 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Fri, 25 Mar 2016 04:40:23 +0000 (15:40 +1100)
.gitlab-ci.yml

index e345c88d9f086b41b825523f6468e07919cf3cd4..77d421436fd236b2ec9944b2b6aee7fc1a8e7bb9 100644 (file)
@@ -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: