mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
Enable valgrind when testing on travis
This will slow down testing but will detect pull requests that introduce memory leaks.
This commit is contained in:
parent
d2d0cc95a1
commit
42a9654fae
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
# export VALGRIND_CHECK=1
|
||||
export VALGRIND_CHECK=1
|
||||
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
|
||||
make
|
||||
make test > /dev/null 2>&1
|
||||
|
Loading…
Reference in New Issue
Block a user