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