diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-11-28 02:16:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-11-28 02:16:59 +0300 |
commit | 0888c7d0956942395c8ce92ea9b619b848255767 (patch) | |
tree | 360d5dc760acce73f3241bfcc87481652d942706 /tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml | |
parent | b3a004abb54a6eecdf8a91d6cbdded74dbcafb92 (diff) | |
download | plus-0888c7d0956942395c8ce92ea9b619b848255767.tar.gz plus-0888c7d0956942395c8ce92ea9b619b848255767.tar.bz2 plus-0888c7d0956942395c8ce92ea9b619b848255767.tar.xz plus-0888c7d0956942395c8ce92ea9b619b848255767.zip |
Remove wrong SDL patching from ci job in gcc8_tests
Diffstat (limited to 'tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml')
-rw-r--r-- | tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml index 64570cd5c..3fff80d6c 100644 --- a/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc8_tests/.gitlab-ci.yml @@ -411,7 +411,6 @@ gcc-8_unsigned_char_tests: gcc-8_sdl2_unsigned_char_tests: stage: build script: - - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc8_tests.sh --with-sdl2 --without-dyecmd --without-manaplusgame <<: *job-push variables: |