Patch 8.0.1187
Problem: Building with lua fails for OSX on Travis.
Solution: Separate brew-update and brew-install. (Ozaki Kiichi, closes #2203)
Files: .travis.yml
*** ../vim-8.0.1186/.travis.yml 2017-08-06 17:05:47.216142069 +0200
--- .travis.yml 2017-10-12 21:41:38.792200793 +0200
***************
*** 87,93 ****
# building cffi only works with gcc, not with clang
- if [ "$COVERAGE" = "yes" ]; then CC=gcc pip install --user pyopenssl
ndg-httpsclient pyasn1; fi
# Lua is not installed on Travis OSX
! - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install lua; export
LUA_PREFIX=/usr/local; fi
# Use llvm-cov instead of gcov when compiler is clang.
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CC" = "clang" ]; then ln -sf
$(which llvm-cov) /home/travis/bin/gcov; fi
--- 87,93 ----
# building cffi only works with gcc, not with clang
- if [ "$COVERAGE" = "yes" ]; then CC=gcc pip install --user pyopenssl
ndg-httpsclient pyasn1; fi
# Lua is not installed on Travis OSX
! - if [ "$TRAVIS_OS_NAME" = "osx" ]; then export HOMEBREW_NO_AUTO_UPDATE=1;
brew update; brew install lua; export LUA_PREFIX=/usr/local; fi
# Use llvm-cov instead of gcov when compiler is clang.
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CC" = "clang" ]; then ln -sf
$(which llvm-cov) /home/travis/bin/gcov; fi
*** ../vim-8.0.1186/src/version.c 2017-10-12 21:28:53.973436324 +0200
--- src/version.c 2017-10-12 21:44:10.959155433 +0200
***************
*** 763,764 ****
--- 763,766 ----
{ /* Add new patch number below this line */
+ /**/
+ 1187,
/**/
--
"Never be afraid to tell the world who you are."
-- Anonymous
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.