1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-10-27 18:34:58 +03:00

GH-220 Improve script

This commit is contained in:
Tae Won Ha 2016-10-14 23:43:43 +02:00
parent 8a62fa309a
commit c5234eebad
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44
2 changed files with 5 additions and 5 deletions

View File

@ -12,24 +12,21 @@ pushd neovim
ln -f -s ../local.mk .
rm -rf build
make distclean
make clean
echo "### Building nvim to get the runtime folder"
make CMAKE_FLAGS="-DCUSTOM_UI=0"
make CMAKE_FLAGS="-DCMAKE_INSTALL_PREFIX=/tmp/nvim" install
cp -r /tmp/nvim/share/nvim/runtime .
make clean
rm -rf build
make clean
echo "### Building libnvim"
make libnvim
popd
echo "### Updating carthage"
carthage update --platform osx
echo "### Building vimr target"
xcodebuild CODE_SIGN_IDENTITY="Developer ID Application: Tae Won Ha (H96Q2NKTQH)" -configuration Release -target VimR

View File

@ -12,4 +12,7 @@ rm -rf build
make distclean
popd
echo "### Updating carthage"
carthage update --platform osx
echo "### Cleaned old builds"