From 678afdb6e462f0d6e5609c7a6d959b6dc88db43d Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jancsika@yahoo.com> Date: Wed, 9 Aug 2017 22:40:48 -0400 Subject: [PATCH] throw some `valgrind` at the ubuntu segfault --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5491288b9..0f971bfd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ ubuntu_14.04_i386_deb: - ./tar_em_up.sh -B - cd .. - echo "" | sudo -S DEBIAN_FRONTEND=noninteractive dpkg --force-all -i pd-l2ork*.deb > /dev/null - - pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd + - valgrind pd-l2ork -noprefs -nostdpath -nogui -nrt -noaudio scripts/external-tests.pd artifacts: expire_in: 1 day paths: -- GitLab