File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 vi_cv_dll_name_python3=/usr/local/Frameworks/Python.framework/Versions/3.7/Python
1919 vi_cv_dll_name_ruby=/usr/local/opt/ruby/lib/libruby.dylib
2020 VIMCMD=src/MacVim/build/Release/MacVim.app/Contents/MacOS/Vim
21- " CONFOPT=' --with-features=huge --enable-multibyte --enable-terminal --enable- netbeans --with-tlib=ncurses --enable-cscope --enable-gui=macvim' "
21+ CONFOPT=" --with-features=huge --enable-netbeans --with-tlib=ncurses --enable-cscope --enable-gui=macvim"
2222
23- anchors :
23+ _anchors :
24+ - &lang_env
25+ env : LANGOPT="--enable-perlinterp=dynamic --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-rubyinterp=dynamic --enable-luainterp=dynamic --with-lua-prefix=/usr/local"
2426 - &homebrew
2527 addons :
2628 homebrew :
@@ -29,21 +31,12 @@ anchors:
2931 - python
3032 - ruby
3133 update : true
32- before_install :
33- # Homebrew has issues linking Python due to conflicts with Python2. Manually link in Python3.
34- - brew link --overwrite python3
35- - &lang_env
36- env : " LANGOPT='--enable-perlinterp=dynamic --enable-pythoninterp=dynamic --enable-python3interp=dynamic --enable-rubyinterp=dynamic --enable-luainterp=dynamic --with-lua-prefix=/usr/local'"
3734 - &caches
3835 cache :
3936 directories :
4037 - /usr/local/Homebrew/Library/Homebrew/vendor/
41- - /usr/local/Homebrew/Library/Taps/
38+ - /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/
4239 - ${TRAVIS_BUILD_DIR}/src/MacVim/build/Release/MacVim.app/
43- before_cache :
44- - brew cleanup
45-
46- sudo : false
4740
4841script :
4942 - set -o errexit
@@ -89,23 +82,23 @@ script:
8982
9083jobs :
9184 include :
92- - osx_image : xcode11.2
85+ - osx_image : xcode11.3
9386 << : *lang_env
9487 << : *homebrew
9588 << : *caches
9689 - osx_image : xcode10.3
9790 - osx_image : xcode9.4
9891 - osx_image : xcode7.3
9992 - stage : deploy
100- osx_image : xcode11.2
93+ osx_image : xcode11.3
10194 << : *lang_env
10295 << : *caches
10396 script : skip
10497 before_deploy :
10598 - make -C src macvim-dmg
10699 deploy :
107100 provider : releases
108- api_key :
101+ token :
109102 secure : ukjm+qbuNiTli25Ut2BoVpeBCV+JyVbRUwPqjTKrJxfHz34bpr38eSbryIB8BgKBItgzE876Yoqa3CD0k8mqGClis1+98MtrYFpAkO97juJmHpcZZZB7ausbHGf7Z7VdMT4jBjjVGcBeaNj0mio0hwem0/S4WyJK3M/3Fym995CltCUtJKRfMvRiGkWZqUs8K7EZf53DFR6CXUn38rq/3B88SeK51OZuCkMsiDWLGYCdayH19vJfFrTF8MYMQYDYxz16Q/Kf21PVhwia7HEhOzqnXS8RXS+vLkZw8mzIxowX+w6NT90q7Sj0ENdR7YaS27QPfDdhZEnOgpgqj+za63lpiyIdRcgSBkGxNYrM6B5KhiwC1VocBxCBdCxT5WXlx9rA9+k4CASdsxAW/MtQOK6PRMfZEnAB+ShFvshM2H/iE5Jch+o/SIjCXhdkeASD5qov2x6eXcsEVu8PIxvEUptCpHeqJTN5/26nfKsvOdrsqbwJbDluwISOKfEPhohb8Hn7JqOJNTS2aJr3jfvU+egE1NS0eLqKPXecu7MOOsOq1CQL6WxblphG2JCCmAOuNMYrJx9+w28ekMDRDAbI9r5nWcPLZtBqjFUyuBXXM7UknMar0FZ2fd7YTi/Gki3n56UN0lKaSAKaJB9EXlneDSKp/1ogsETr9/b7jz0s6lI=
110103 file : src/MacVim/build/Release/MacVim.dmg
111104 skip_cleanup : true
You can’t perform that action at this time.
0 commit comments