summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-19 16:24:33 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-05-23 14:18:26 +0900
commit1ccc2eeba08c370d84474357771f0bd7c5fe7f16 (patch)
treeca43c045fe14f55c62364192c2f0c94deb233555 /appveyor.yml
parentc05eaa93258ddc01e685b6cc3a0da82998a2af48 (diff)
Pretend to update all Unicode files
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
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%