This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
slime
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
valgrind ci errors now on leak
master
Felix Brendel
6 years ago
parent
a6d631e343
commit
5b1000eb01
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitlab-ci.yml
+ 1
- 1
.gitlab-ci.yml
View File
@@ -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
Write
Preview
Loading…
Cancel
Save