From a26d525ae453fc59a8591d544cdba80f5e31900d Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 6 Apr 2019 01:25:15 +0000 Subject: appveyor.yml: try porting r67454 to msys2 Trying to fix https://ci.appveyor.com/project/ruby/ruby/builds/23639998/job/0hm9v79xlryod1ff git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 56c90c622d..81f03ed4d5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -103,7 +103,7 @@ for: - sh -c "autoreconf -fi" - cd ..\build - sh ../ruby/configure --disable-install-doc --prefix=/. --build=%MINGW_CHOST% --host=%MINGW_CHOST% --target=%MINGW_CHOST% - - mingw32-make -j%JOBS% up + - mingw32-make -j%JOBS% up UNICODE_FILES=. - mingw32-make -j%JOBS% - mingw32-make DESTDIR=../install install-nodoc - if not "%GEMS_FOR_TEST%" == "" ..\install\bin\gem install --no-document %GEMS_FOR_TEST% -- cgit v1.2.3