File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : c
22
3+ os :
4+ - osx
5+
6+ osx_image : xcode7
7+
38compiler :
49 - clang
5- - gcc
610
711env :
8- - COVERAGE=yes CFLAGS=--coverage LDFLAGS=--coverage FEATURES=huge
9- " CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp' "
10- - COVERAGE=no FEATURES=small CONFOPT=
11- - COVERAGE=no FEATURES=tiny CONFOPT=
12+ - FEATURES=huge
13+ vi_cv_path_python3=/usr/local/bin/python3
14+ vi_cv_path_plain_lua=/usr/local/bin/lua-5.1
15+ " CONFOPT='--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp --with-lua-prefix=/usr/local --enable-multibyte --enable-cscope --enable-netbeans --enable-gui=macvim' "
1216
1317sudo : false
1418
1519branches :
1620 except :
1721 - /^v[0-9]/
1822
19- addons :
20- apt :
21- packages :
22- - lcov
23- - libperl-dev
24- - python-dev
25- - python3-dev
26- - liblua5.1-0-dev
27- - lua5.1
28-
2923before_install :
30- - pip install --user cpp-coveralls
24+ - brew update
25+ - brew install python3
26+ - brew install lua51
3127
3228script :
3329 - NPROC=$(getconf _NPROCESSORS_ONLN)
3430 - ./configure --with-features=$FEATURES $CONFOPT --enable-fail-if-missing && make -j$NPROC
3531 - ./src/vim --version
3632 - make test
3733
38- after_success :
39- - if [ x"$COVERAGE" = "xyes" ]; then ~/.local/bin/coveralls -b src -x .xs -e src/xxd -e src/if_perl.c --encodings utf-8 latin-1 EUC-KR; fi
40-
4134# vim:set sts=2 sw=2 tw=0 et:
You can’t perform that action at this time.
0 commit comments