summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-11-05 01:42:22 +0300
committerAndrei Karas <akaras@inbox.ru>2017-11-05 01:42:22 +0300
commit83d92d01d928797ec095f7875955cc76e3e0006a (patch)
tree18e1e35847bab97394cca6cfd4063338a497d67b
parentb7cae546bf78b52e6b0aeb7ac9afa433b2ed5b5a (diff)
downloadplus-83d92d01d928797ec095f7875955cc76e3e0006a.tar.gz
plus-83d92d01d928797ec095f7875955cc76e3e0006a.tar.bz2
plus-83d92d01d928797ec095f7875955cc76e3e0006a.tar.xz
plus-83d92d01d928797ec095f7875955cc76e3e0006a.zip
Fix deheader jobs for tinyxml2 (add missing define flag)
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f4cdaeb82..6360f10ac 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,7 +105,7 @@ deheader_sdl2_libxml_tmwa:
deheader_tinyxml_opengl_tmwa:
stage: build
script:
- - export FLAGS="-DENABLE_TINYXML2 -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
+ - export FLAGS="-DENABLE_TINYXML2 -DUSE_TINYXML_OLD -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT"
- ./tools/ci/jobs/deheader.sh
- find ./src -type f \( -name "*.cpp" -o -name "*.h" \) -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh
@@ -123,7 +123,7 @@ deheader_tinyxml_opengl_tmwa:
deheader_sdl2_tinyxml_opengl_tmwa:
stage: build
script:
- - export FLAGS="-DENABLE_TINYXML2 -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
+ - export FLAGS="-DENABLE_TINYXML2 -DUSE_TINYXML_OLD -DUSE_OPENGL -DUSE_X11 -DTMWA_SUPPORT -DUSE_SDL2"
- ./tools/ci/jobs/deheader.sh
- find ./src -type f \( -name "*.cpp" -o -name "*.h" \) -exec tools/ci/scripts/deheader.sh {} \;
- ./tools/ci/jobs/deheader2.sh