This website works better with JavaScript.
Home
Explore
Help
Sign In
TheoryOfNekomata
/
xml-c
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Travis CI valgrind support
master
ooxi
12 years ago
parent
a0f55c7c14
commit
964d05bca4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.travis.yml
+ 1
- 1
.travis.yml
View File
@@ -2,5 +2,5 @@ language: c
compiler:
- gcc
script:
- mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make && ./test-xml
- mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make && ./test-xml
&& valgrind --tool=memcheck --leak-check=full --track-origins=yes -v ./test-xml
Write
Preview
Loading…
Cancel
Save