We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1332cbb commit 085e230Copy full SHA for 085e230
.travis.yml
@@ -27,7 +27,10 @@ before_install:
27
28
script:
29
- NPROC=$(getconf _NPROCESSORS_ONLN)
30
- - ./configure $CONFOPT --enable-fail-if-missing && make -j$NPROC
+ - ./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
34
- cat src/auto/config.mk
35
- ./src/vim --version
36
- make test
0 commit comments