diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-12-06 04:46:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-12-06 04:46:35 +0300 |
commit | be4dd2eac43f118d8a44b6689420dd9f0a281641 (patch) | |
tree | e3859cb529e7783b0fe91734c47f03765901f681 | |
parent | 1072c3297f948a7df6acfe08055597ed2c94e23a (diff) | |
download | manaverse-be4dd2eac43f118d8a44b6689420dd9f0a281641.tar.gz manaverse-be4dd2eac43f118d8a44b6689420dd9f0a281641.tar.bz2 manaverse-be4dd2eac43f118d8a44b6689420dd9f0a281641.tar.xz manaverse-be4dd2eac43f118d8a44b6689420dd9f0a281641.zip |
Remove wrong workaround from ci job deheader_sdl2_tinyxml_opengl_tmwa_cpp.
-rw-r--r-- | tools/ci/branches/ci_deheader/.gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/ci/branches/ci_deheader/.gitlab-ci.yml b/tools/ci/branches/ci_deheader/.gitlab-ci.yml index 0edc456f6..c364f5d80 100644 --- a/tools/ci/branches/ci_deheader/.gitlab-ci.yml +++ b/tools/ci/branches/ci_deheader/.gitlab-ci.yml @@ -103,7 +103,6 @@ deheader_tinyxml_opengl_tmwa_cpp: deheader_sdl2_tinyxml_opengl_tmwa_cpp: stage: build script: - - ./tools/ci/scripts/patchsdl1.sh - export FLAGS="-DENABLE_TINYXML2 -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2" - ./tools/ci/jobs/deheader.sh - find ./src -type f \( -name "*.cpp" \) -exec tools/ci/scripts/deheader.sh {} \; |