소스 검색

valgrind ci errors now on leak

master
Felix Brendel 6 년 전
부모
커밋
5b1000eb01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml 파일 보기

@@ -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

불러오는 중...
취소
저장