summaryrefslogtreecommitdiff
path: root/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-10 23:49:41 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-10 23:49:41 +0300
commitab4e8f337e4f7c1e1063382038cfa6c86670b772 (patch)
tree306067aab0c382b9b8d37011eff3b141b677c541 /tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
parente2301db04dddcf2fbebd9e1866cb7d1e47aeb8a9 (diff)
downloadplus-ab4e8f337e4f7c1e1063382038cfa6c86670b772.tar.gz
plus-ab4e8f337e4f7c1e1063382038cfa6c86670b772.tar.bz2
plus-ab4e8f337e4f7c1e1063382038cfa6c86670b772.tar.xz
plus-ab4e8f337e4f7c1e1063382038cfa6c86670b772.zip
Disable valgrind in most branches. With gcc-6 replace to stable debian image.
Diffstat (limited to 'tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml')
-rw-r--r--tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
index 5deb5a305..009e1c069 100644
--- a/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
+++ b/tools/ci/branches/ci_gcc6_tests/.gitlab-ci.yml
@@ -186,6 +186,7 @@ gcc-6_tests_valgrind:
- valgrind -q --read-var-info=yes --track-origins=yes --malloc-fill=11 --free-fill=55 --show-reachable=yes --leak-check=full --leak-resolution=high --partial-loads-ok=yes --error-limit=no ./src/manaplustests 2>logs/valg.log
- grep "invalid" logs/valg.log && exit 1 || true
<<: *job-push
+ image: debian:stretch
variables:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext
@@ -204,6 +205,7 @@ gcc-6_tests_valgrind_i386:
- grep "invalid" logs/valg.log && exit 1 || true
image: vicamo/debian:sid-i386
<<: *job-push
+ image: debian:stretch
variables:
PACKAGES: gcc-6 g++-6
make autoconf automake autopoint gettext