mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 01:02:09 +00: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user