Appveyor: Try readline extension

This commit is contained in:
Nobuyoshi Nakada 2022-02-06 16:52:53 +09:00
parent 2cf687fe6c
commit 90a540e9f2
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -72,7 +72,6 @@ for:
- cd %Platform%-mswin_%vs% - cd %Platform%-mswin_%vs%
- >- - >-
..\win32\configure.bat ..\win32\configure.bat
--without-ext=+,readline
--with-opt-dir=/usr/local --with-opt-dir=/usr/local
--with-openssl-dir=%OPENSSL_DIR:\=/% --with-openssl-dir=%OPENSSL_DIR:\=/%
- nmake -l - nmake -l
@ -87,7 +86,6 @@ for:
- >- - >-
nmake -l "TESTOPTS=-v --timeout-scale=3.0 nmake -l "TESTOPTS=-v --timeout-scale=3.0
--excludes=../test/excludes/_appveyor -j%JOBS% --excludes=../test/excludes/_appveyor -j%JOBS%
--exclude readline
--exclude win32ole --exclude win32ole
--exclude test_bignum --exclude test_bignum
--exclude test_syntax --exclude test_syntax