Explorar el Código

valgrind ci errors now on leak

master
Felix Brendel hace 6 años
padre
commit
5b1000eb01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml Ver fichero

@@ -42,4 +42,4 @@ tests_r:
valgrind:
image: warchantua/dev-essential
stage: test
script: valgrind ./bin/slime --run-tests
script: valgrind --error-exitcode=123 -q --track-origins=yes --leak-check=full --show-leak-kinds=all ./bin/slime_d --run-tests

Cargando…
Cancelar
Guardar