]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'master' into Lyberta/PrintMove
authorLyberta <lyberta@lyberta.net>
Fri, 8 Jun 2018 13:44:56 +0000 (16:44 +0300)
committerLyberta <lyberta@lyberta.net>
Fri, 8 Jun 2018 13:44:56 +0000 (16:44 +0300)
.gitlab-ci.yml

index ebcfe7c5eeeedd00c372b044047393ffd138f937..7d7392d1d3f39e41ce028261f6441b10d7df218b 100644 (file)
@@ -44,7 +44,7 @@ test_sv_game:
 test_sv_unit:
   stage: test
   script:
-    - git clone --depth=1 --branch=master https://gitlab.com/xonotic/darkplaces.git darkplaces
+    - git clone --depth=1 --branch=div0-stable https://gitlab.com/xonotic/darkplaces.git darkplaces
     - cd darkplaces && make sv-debug -j $(nproc) && export ENGINE="$PWD/darkplaces-dedicated -xonotic"
     - cd ..