summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-02-12 04:24:52 +0300
committerAndrei Karas <akaras@inbox.ru>2019-02-12 04:24:52 +0300
commitaba33b1c7af65703eb9c80e331fe98cde4110655 (patch)
tree1ec420d6d4944d7b6642f402b920aface8b2a3b0
parentaba4b84bcf0ea16c7878bbb93298cdb502cc7d30 (diff)
downloadplus-aba33b1c7af65703eb9c80e331fe98cde4110655.tar.gz
plus-aba33b1c7af65703eb9c80e331fe98cde4110655.tar.bz2
plus-aba33b1c7af65703eb9c80e331fe98cde4110655.tar.xz
plus-aba33b1c7af65703eb9c80e331fe98cde4110655.zip
Define constants USE_TINYXML_OLD in deheader builds with tinyxml2
-rw-r--r--tools/ci/branches/ci_deheader/.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci/branches/ci_deheader/.gitlab-ci.yml b/tools/ci/branches/ci_deheader/.gitlab-ci.yml
index 0913255a4..6a8df33f3 100644
--- a/tools/ci/branches/ci_deheader/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_deheader/.gitlab-ci.yml
@@ -84,7 +84,7 @@ deheader_tinyxml_opengl_tmwa_cpp:
stage: build
script:
- ./tools/ci/scripts/patchsdl1.sh
- - export FLAGS="-DENABLE_TINYXML2 -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
+ - export FLAGS="-DENABLE_TINYXML2 -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_TINYXML_OLD"
- ./tools/ci/jobs/deheader.sh
- find ./src -type f \( -name "*.cpp" \) -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
@@ -102,7 +102,7 @@ deheader_tinyxml_opengl_tmwa_cpp:
deheader_sdl2_tinyxml_opengl_tmwa_cpp:
stage: build
script:
- - export FLAGS="-DENABLE_TINYXML2 -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
+ - export FLAGS="-DENABLE_TINYXML2 -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2 -DUSE_TINYXML_OLD"
- ./tools/ci/jobs/deheader.sh
- find ./src -type f \( -name "*.cpp" \) -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh