]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - .gitlab-ci.yml
Update gameplay hash
[xonotic/xonotic-data.pk3dir.git] / .gitlab-ci.yml
index 89ac1ce360ab8700f2cbd6d0d1ec1129b8a9bf65..87bb7bb07c412caf7368bec7950418fa7f2eb4b2 100644 (file)
@@ -16,13 +16,18 @@ before_script:
   - make -C gmqcc || exit 1\r
   - export QCC="$PWD/gmqcc/gmqcc"\r
 \r
+  # Makefile: don't complain about lack of tags (fetching them is slow)\r
+  - export QCCFLAGS_WATERMARK=gitlab_pipeline\r
+  # Makefile: don't compress anything or complain about lack of zip program\r
+  - export ZIP=/bin/true\r
+\r
 test_compilation_units:\r
   rules:\r
     - changes:\r
       - qcsrc/**/*\r
   stage: test\r
   script:\r
-    - ./qcsrc/tools/compilationunits.sh\r
+    - make test\r
 \r
 test_sv_game:\r
   stage: test\r
@@ -50,7 +55,7 @@ test_sv_game:
     - wget -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints\r
     - wget -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache\r
 \r
-    - EXPECT=d4060caf37a2e60bab68d1f83bc57368\r
+    - EXPECT=458e9e611a757c745da05c85a37e576d\r
     - HASH=$(${ENGINE} +timestamps 1 +exec serverbench.cfg\r
       | tee /dev/stderr\r
       | sed -e 's,^\[[^]]*\] ,,'\r