mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00
Add configuration to help debug memory leaks
This commit is contained in:
7
scripts/travis.sh
Executable file
7
scripts/travis.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export VALGRIND_CHECK=1
|
||||
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
|
||||
make
|
||||
make test > /dev/null 2>&1
|
||||
make install
|
Reference in New Issue
Block a user