diff options
-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 1bc6b7a..0403cd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,7 +117,7 @@ SDL_SDL-1.2_old: - ${runenvtool} ./.ci/buildlib.sh SDL_gfx master - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh libpng libpng10 - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh freetype VER-2-4-9 - - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh libxml2 v2.9.1 + - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh libxml2 master - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh curl curl-7_12_3 - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh tinyxml2 2.0.2 - ${runenvtool} ${runenvtoolz} ./.ci/buildlib.sh SDL_image release-1.2.5 @@ -195,7 +195,7 @@ manaplus_SDL-1.2_old: LIBNAME: SDL LIBVERSION: SDL-1.2_old runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_v1.2.5.sh - runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_v2.9.1.sh + runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_master.sh POST_CXXFLAGS: "-Wno-undef" dependencies: - SDL_SDL-1.2_old @@ -219,7 +219,7 @@ manaplus_SDL-1.2_old_test: LIBNAME: SDL LIBVERSION: SDL-1.2_old runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_v1.2.5.sh - runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_v2.9.1.sh + runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_master.sh POST_CXXFLAGS: "-Wno-undef" dependencies: - SDL_SDL-1.2_old @@ -290,7 +290,7 @@ manaplus_SDL-1.2_old_asan_test: LIBNAME: SDL LIBVERSION: SDL-1.2_old runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_v1.2.5.sh - runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_v2.9.1.sh + runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_master.sh POST_CXXFLAGS: "-Wno-undef" ASAN_OPTIONS: "detect_leaks=0" JOBS: 1 @@ -316,7 +316,7 @@ manaplus_SDL-1.2_old_asan: LIBNAME: SDL LIBVERSION: SDL-1.2_old runenvz: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runzlib_v1.2.5.sh - runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_v2.9.1.sh + runenvx: /usr/local/spm/bin/${LIBNAME}_${LIBVERSION}/runlibxml2_master.sh POST_CXXFLAGS: "-Wno-undef" dependencies: - SDL_SDL-1.2_old |