diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-15 17:12:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-15 17:12:52 +0300 |
commit | 75b267c28d7161d83c7f8ba7ae5016db1db13852 (patch) | |
tree | f9d3cd157da24a66c474db0005b4be89fbd0b8e2 | |
parent | d6bf14eebdfb9939e0fa1f61f81fa1046ff9ea27 (diff) | |
download | plus-75b267c28d7161d83c7f8ba7ae5016db1db13852.tar.gz plus-75b267c28d7161d83c7f8ba7ae5016db1db13852.tar.bz2 plus-75b267c28d7161d83c7f8ba7ae5016db1db13852.tar.xz plus-75b267c28d7161d83c7f8ba7ae5016db1db13852.zip |
Enable ci unit tests on fedora.
Now mirrors look like have patched physfs.
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2e89ee38..e9a40ea63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1409,7 +1409,7 @@ gcc-5_tarball: libxml2-dev libcurl4-gnutls-dev libpng-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev -.fedora_gcc-snapshot_tests: +fedora_gcc-snapshot_tests: stage: build script: - ./tools/ci/jobs/gccsnapshot_tests.sh --without-dyecmd --without-manaplusgame @@ -1421,7 +1421,7 @@ gcc-5_tarball: tags: - docker -.fedora_gcc-snapshot_sdl2_tests: +fedora_gcc-snapshot_sdl2_tests: stage: build script: - ./tools/ci/jobs/gccsnapshot_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame |