From 892e9c859ae267aaf68e4897bc45ae602b7faa08 Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Thu, 11 May 2017 23:50:59 -0300 Subject: [PATCH] Remove valgrind do arquivo do CI --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e277f3..dd86cc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,12 @@ stages: before_script: - apt-get update - - apt-get -y install build-essential make autoconf gcc valgrind + - apt-get -y install build-essential make autoconf gcc - make test: stage: test script: - - valgrind --leak-check=full ./main - make test - cd tests - gnuplot "tempos.plot" -- GitLab