Browse Source

Travis CI valgrind support

master
ooxi 12 years ago
parent
commit
964d05bca4
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save