mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
build/test: setup vroom installation on travis
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
. "$CI_SCRIPTS/common.sh"
|
||||
|
||||
install_vroom
|
||||
|
||||
set_environment /opt/neovim-deps
|
||||
|
||||
sudo pip install cpp-coveralls
|
||||
|
||||
@@ -65,6 +65,16 @@ install_prebuilt_deps() {
|
||||
fi
|
||||
}
|
||||
|
||||
install_vroom() {
|
||||
(
|
||||
sudo pip install neovim
|
||||
git clone git://github.com/google/vroom
|
||||
cd vroom
|
||||
python setup.py build
|
||||
sudo python setup.py install
|
||||
)
|
||||
}
|
||||
|
||||
tmpdir="$(pwd)/tmp"
|
||||
rm -rf "$tmpdir"
|
||||
mkdir -p "$tmpdir"
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
. "$CI_SCRIPTS/common.sh"
|
||||
|
||||
install_vroom
|
||||
|
||||
set_environment /opt/neovim-deps/32
|
||||
|
||||
# Need this to keep apt-get from removing gcc when installing libncurses
|
||||
|
||||
Reference in New Issue
Block a user