From 1ccc2eeba08c370d84474357771f0bd7c5fe7f16 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 19 May 2019 16:24:33 +0900 Subject: Pretend to update all Unicode files --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 5e3983b275..c436ef718f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,6 +20,7 @@ environment: vs: 140 APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GEMS_FOR_TEST: "timezone tzinfo" + UPDATE_UNICODE: "UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=." for: - matrix: @@ -45,7 +46,7 @@ for: - echo>> Makefile BUILTIN_ENCOBJS=nul - type win32\Makefile.sub >> Makefile - nmake %mflags% touch-unicode-files - - nmake %mflags% up incs UNICODE_FILES=. + - nmake %mflags% %UPDATE_UNICODE% up incs - del Makefile - mkdir \usr\local\bin - mkdir \usr\local\include @@ -108,7 +109,7 @@ for: - cd ..\build - sh ../ruby/configure --disable-install-doc --prefix=/. --build=%MINGW_CHOST% --host=%MINGW_CHOST% --target=%MINGW_CHOST% - mingw32-make %mflags% touch-unicode-files - - mingw32-make -j%JOBS% up incs UNICODE_FILES=. + - mingw32-make -j%JOBS% %UPDATE_UNICODE% up incs - 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