From fba2662da2494168cf9f2bee8ad428821145878b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 7 Oct 2017 04:58:30 +0300 Subject: Remove tinyxml2 builds from .gitlab-ci.yml --- .gitlab-ci.yml | 95 ---------------------------------------------------------- 1 file changed, 95 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7caa43190..6aa5534f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3595,101 +3595,6 @@ gcc-7_libpng_libpng10: tags: - docker -gcc-7_tinyxml2_master: - stage: build - script: - - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION} - - /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 - <<: *job-push - variables: - LIBNAME: tinyxml2 - LIBVERSION: master - PACKAGES: gcc-7 g++-7 - make autoconf automake autopoint gettext - libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev - libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev - wget unzip gdb valgrind netcat-openbsd procps - tags: - - docker - -gcc-7_tinyxml2_5.0.1: - stage: build - script: - - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION} - - /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 - <<: *job-push - variables: - LIBNAME: tinyxml2 - LIBVERSION: 5.0.1 - PACKAGES: gcc-7 g++-7 - make autoconf automake autopoint gettext - libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev - libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev - wget unzip gdb valgrind netcat-openbsd procps - tags: - - docker - -gcc-7_tinyxml2_4.0.1: - stage: build - script: - - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION} - - /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 - <<: *job-push - variables: - LIBNAME: tinyxml2 - LIBVERSION: 4.0.1 - PACKAGES: gcc-7 g++-7 - make autoconf automake autopoint gettext - libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev - libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev - wget unzip gdb valgrind netcat-openbsd procps - tags: - - docker - -gcc-7_tinyxml2_3.0.0: - stage: build - script: - - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION} - - /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 - <<: *job-push - variables: - LIBNAME: tinyxml2 - LIBVERSION: 3.0.0 - PACKAGES: gcc-7 g++-7 - make autoconf automake autopoint gettext - libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev - libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev - wget unzip gdb valgrind netcat-openbsd procps - tags: - - docker - -gcc-7_tinyxml2_2.2.0: - stage: build - script: - - ./tools/ci/scripts/downloadlib.sh ${LIBNAME} ${LIBVERSION} - - /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 - <<: *job-push - variables: - LIBNAME: tinyxml2 - LIBVERSION: 2.2.0 - PACKAGES: gcc-7 g++-7 - make autoconf automake autopoint gettext - libcurl4-gnutls-dev libpng-dev zlib1g-dev libicu-dev - libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev - wget unzip gdb valgrind netcat-openbsd procps - tags: - - docker - gcc-7_libxml2_v2.9.4: stage: build script: -- cgit v1.2.3-60-g2f50