diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-10 17:05:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-10 17:05:11 +0300 |
commit | f46f8116be8d2edeee008778402058fa546e868b (patch) | |
tree | 65dc84868e3e198e7cf4ce93d81efb83f83dbd13 | |
parent | 615c2b43e6d82688c03a4a3f70554a592ea1e2ca (diff) | |
download | plus-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.yml | 2 |
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 |