summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-19 00:28:42 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-19 00:28:42 +0300
commit62d4e9b8cf09fdb490dca4388447c87cf6afd573 (patch)
tree7c597a91b7da48baa5205800c314d1be9eb51279
parentb8dff2cf55e3f93c85f8c560a0611974ed228fed (diff)
downloadplus-62d4e9b8cf09fdb490dca4388447c87cf6afd573.tar.gz
plus-62d4e9b8cf09fdb490dca4388447c87cf6afd573.tar.bz2
plus-62d4e9b8cf09fdb490dca4388447c87cf6afd573.tar.xz
plus-62d4e9b8cf09fdb490dca4388447c87cf6afd573.zip
Add gcc 6 tests with using jmalloc into .gitlab-ci.yml.s20170419
-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: