Skip to content

Commit 085e230

Browse files
committed
Update .travis.yml for MacVim
Add dll version checks
1 parent 1332cbb commit 085e230

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ before_install:
2727

2828
script:
2929
- NPROC=$(getconf _NPROCESSORS_ONLN)
30-
- ./configure $CONFOPT --enable-fail-if-missing && make -j$NPROC
30+
- ./configure $CONFOPT --enable-fail-if-missing
31+
- grep -q -- "-DDYNAMIC_PERL_DLL=\\\\\"$vi_cv_dll_name_perl\\\\\"" src/auto/config.mk
32+
- grep -q -- "-DDYNAMIC_PYTHON3_DLL=\\\\\"$vi_cv_dll_name_python3\\\\\"" src/auto/config.mk
33+
- make -j$NPROC
3134
- cat src/auto/config.mk
3235
- ./src/vim --version
3336
- make test

0 commit comments

Comments
 (0)