mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 14:11:15 -07:00
8 lines
149 B
Bash
Executable File
8 lines
149 B
Bash
Executable File
#!/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
|