mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Travis: Disable Valgrind in GCC build. #2806
With Valgrind, the GCC build frequently passed the 50 min timeout on Travis.
This commit is contained in:
parent
9995f15a98
commit
232c40b40a
11
.ci/gcc.sh
11
.ci/gcc.sh
@ -2,11 +2,12 @@
|
||||
|
||||
sudo pip install cpp-coveralls
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
sudo apt-get install valgrind
|
||||
export VALGRIND=1
|
||||
export VALGRIND_LOG="$tmpdir/valgrind-%p.log"
|
||||
fi
|
||||
# FIXME: Valgrind temporarily disabled (Timeouts on Travis).
|
||||
# if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
# sudo apt-get install valgrind
|
||||
# export VALGRIND=1
|
||||
# export VALGRIND_LOG="$tmpdir/valgrind-%p.log"
|
||||
# fi
|
||||
|
||||
setup_deps x64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user