summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_malloc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-11-24 23:23:14 +0300
committerAndrei Karas <akaras@inbox.ru>2018-11-24 23:23:14 +0300
commite384b234da9822197fab3eee665fdd2bceced08f (patch)
treed936ef10a421076b80eea9a1edcf95e740958879 /tools/ci/branches/ci_malloc
parentda0d45775996118858b918b4e308d25ebc0ba62a (diff)
downloadmv-e384b234da9822197fab3eee665fdd2bceced08f.tar.gz
mv-e384b234da9822197fab3eee665fdd2bceced08f.tar.bz2
mv-e384b234da9822197fab3eee665fdd2bceced08f.tar.xz
mv-e384b234da9822197fab3eee665fdd2bceced08f.zip
Add workaround for compilation warning in SDL 1.2 with new Mesa.
Diffstat (limited to 'tools/ci/branches/ci_malloc')
-rw-r--r--tools/ci/branches/ci_malloc/.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_malloc/.gitlab-ci.yml b/tools/ci/branches/ci_malloc/.gitlab-ci.yml
index 83638cd71..3a2e07eef 100644
--- a/tools/ci/branches/ci_malloc/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_malloc/.gitlab-ci.yml
@@ -18,6 +18,7 @@ gcc-8_tests_jmalloc:
stage: build
script:
- ls ${MALLOC}
+ - ./tools/ci/scripts/patchsdl1.sh
- LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
<<: *job-push
variables:
@@ -34,6 +35,7 @@ gcc-8_tests_jmalloc_i386:
stage: build
script:
- ls ${MALLOC}
+ - ./tools/ci/scripts/patchsdl1.sh
- LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc8_tests.sh --without-dyecmd --without-manaplusgame
<<: *job-push
image: vicamo/debian:sid-i386
@@ -83,6 +85,7 @@ gcc-8_tests_jmalloc_sdl2_i386:
gcc-8_tests_tcmalloc:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --without-dyecmd --without-manaplusgame
<<: *job-push
variables:
@@ -97,6 +100,7 @@ gcc-8_tests_tcmalloc:
gcc-8_tests_tcmalloc_i386:
stage: build
script:
+ - ./tools/ci/scripts/patchsdl1.sh
- ./tools/ci/jobs/gcc8_tests.sh --enable-tcmalloc --without-dyecmd --without-manaplusgame
<<: *job-push
image: vicamo/debian:sid-i386