]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - .gitlab-ci.yml
Use cvar_set
[xonotic/xonotic-data.pk3dir.git] / .gitlab-ci.yml
index 8ba5c18061a8b807617a4ab4c6b602c2ae7c154a..273fc045a43e6ef550dc6b90ca18ea1b230d6fd5 100644 (file)
@@ -8,7 +8,6 @@ before_script:
   - ln -s $PWD data/xonotic-data.pk3dir\r
 \r
   - export MAKEFLAGS=-j$(nproc); echo MAKEFLAGS=$MAKEFLAGS\r
-#   FIXME: -march=native -mtune=native _changes the hash_, why?!?\r
 # - export CC="gcc -pipe -march=native -mtune=native"\r
   - export CC="gcc -pipe"\r
 \r
@@ -75,10 +74,9 @@ test_sv_game:
     - wget -nv -O data/maps/stormkeep.waypoints https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints\r
     - wget -nv -O data/maps/stormkeep.waypoints.cache https://gitlab.com/xonotic/xonotic-maps.pk3dir/raw/master/maps/stormkeep.waypoints.cache\r
 \r
-    - EXPECT=fe5dec36cb304c55acee73afd1e09c0a\r
-    - HASH=$(${ENGINE} +timestamps 1 +exec serverbench.cfg\r
+    - EXPECT=210a5126bffa3cd2acdb8d62bcec9e11\r
+    - HASH=$(${ENGINE} +exec serverbench.cfg\r
       | tee /dev/stderr\r
-      | sed -e 's,^\[[^]]*\] ,,'\r
       | grep '^:'\r
       | grep -v '^:gamestart:'\r
       | grep -v '^:anticheat:'\r