summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b3a086a6a..14f18ff36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -883,6 +883,39 @@ gcc-6_tests_valgrind_i386:
tags:
- docker
+gcc-6_tests_jmalloc:
+ stage: build
+ script:
+ - ls ${MALLOC}
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
+ <<: *job-push
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
+ valgrind libjemalloc1
+ MALLOC: /usr/lib/x86_64-linux-gnu/libjemalloc.so.1
+ tags:
+ - docker
+
+gcc-6_tests_jmalloc_i386:
+ stage: build
+ script:
+ - ls ${MALLOC}
+ - LD_PRELOAD=${MALLOC} ./tools/ci/jobs/gcc6_tests.sh --without-dyecmd --without-manaplusgame
+ <<: *job-push
+ image: vicamo/debian:sid-i386
+ variables:
+ PACKAGES: gcc-6 g++-6
+ make autoconf automake autopoint gettext
+ libxml2-dev libcurl4-gnutls-dev libpng-dev
+ libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev
+ valgrind libjemalloc1
+ MALLOC: /usr/lib/i386-linux-gnu/libjemalloc.so.1
+ tags:
+ - docker
+
gcc-6_lto:
stage: build
script: