summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-10 17:05:11 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-10 17:05:11 +0300
commitf46f8116be8d2edeee008778402058fa546e868b (patch)
tree65dc84868e3e198e7cf4ce93d81efb83f83dbd13
parent615c2b43e6d82688c03a4a3f70554a592ea1e2ca (diff)
downloadplus-f46f8116be8d2edeee008778402058fa546e868b.tar.gz
plus-f46f8116be8d2edeee008778402058fa546e868b.tar.bz2
plus-f46f8116be8d2edeee008778402058fa546e868b.tar.xz
plus-f46f8116be8d2edeee008778402058fa546e868b.zip
Fix compilation for job gcc-5_h_pugi_all.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2aae262aa..af056a917 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3405,7 +3405,7 @@ gcc-5_h_pugi_all:
stage: build
script:
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_PUGIXML -I/usr/include/SDL
- - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_LIBXML -DENABLE_PUGIXML -I/usr/include/SDL
+ - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_PUGIXML -I/usr/include/SDL
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DENABLE_PUGIXML -I/usr/include/SDL
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_PUGIXML -DUNITTESTS -DUNITTESTS_CATCH -I/usr/include/SDL
- ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DENABLE_NLS -DUSE_OPENGL -DENABLE_PUGIXML -I/usr/include/SDL