diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-07 03:56:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-07 03:56:49 +0300 |
commit | a9311df62f08494afb483066415c569b5ab9500a (patch) | |
tree | 9805e536593df995aa1c96b4dbf72996801dcb82 /.gitlab-ci.yml | |
parent | 56f667641a255a25a379f95b19560e5d54b296a9 (diff) | |
download | spm-a9311df62f08494afb483066415c569b5ab9500a.tar.gz spm-a9311df62f08494afb483066415c569b5ab9500a.tar.bz2 spm-a9311df62f08494afb483066415c569b5ab9500a.tar.xz spm-a9311df62f08494afb483066415c569b5ab9500a.zip |
Add flag for use tinyxml2 into manaplus builds.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6931748..ef94924 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,7 +138,7 @@ manaplus_master: git wget unzip gdb valgrind netcat-openbsd procps - ./.ci/clonesrc.sh - cd cloned - - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh + - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2 - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/checkldd.sh src/manaplus - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/runtests.sh variables: @@ -158,7 +158,7 @@ manaplus_5.0.1: git wget unzip gdb valgrind netcat-openbsd procps - ./.ci/clonesrc.sh - cd cloned - - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh + - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2 - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/checkldd.sh src/manaplus - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/runtests.sh variables: @@ -178,7 +178,7 @@ manaplus_4.0.1: git wget unzip gdb valgrind netcat-openbsd procps - ./.ci/clonesrc.sh - cd cloned - - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh + - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2 - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/checkldd.sh src/manaplus - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/runtests.sh variables: @@ -198,7 +198,7 @@ manaplus_3.0.0: git wget unzip gdb valgrind netcat-openbsd procps - ./.ci/clonesrc.sh - cd cloned - - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh + - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2 - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/checkldd.sh src/manaplus - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/runtests.sh variables: @@ -218,7 +218,7 @@ manaplus_2.2.0: git wget unzip gdb valgrind netcat-openbsd procps - ./.ci/clonesrc.sh - cd cloned - - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh + - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/jobs/gcc7.sh --enable-libxml=tinyxml2 - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/checkldd.sh src/manaplus - /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runenv.sh ./tools/ci/scripts/runtests.sh variables: |