File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3838 - SETARCH=
3939 - RUBY_PREFIX=/tmp/ruby-prefix
4040 - GEMS_FOR_TEST='timezone tzinfo'
41- - UPDATE_UNICODE="UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
4241 # The tests skipped in `make test-all`.
4342 - TEST_ALL_SKIPPED_TESTS=
4443 # Run the separated tests with allowing failures.
@@ -154,8 +153,7 @@ before_script:
154153 - " > config.status"
155154 - " > .rbconfig.time"
156155 - sed -f tool/prereq.status template/Makefile.in common.mk > Makefile
157- - make touch-unicode-files
158- - make -s $JOBS $UPDATE_UNICODE up
156+ - make -s $JOBS up
159157 - make -s $JOBS srcs
160158 - rm -f config.status Makefile rbconfig.rb .rbconfig.time
161159 - |-
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ environment:
2424 APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
2525 GEMS_FOR_TEST : " "
2626 RELINE_TEST_ENCODING : " Windows-31J"
27- UPDATE_UNICODE : " UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
2827for :
2928-
3029 matrix :
4948 - echo>> Makefile RT_VER=0
5049 - echo>> Makefile BUILTIN_ENCOBJS=nul
5150 - type win32\Makefile.sub >> Makefile
52- - nmake %mflags% touch-unicode-files
53- - nmake %mflags% %UPDATE_UNICODE% incs
51+ - nmake %mflags% up
5452 - nmake %mflags% extract-extlibs
5553 - del Makefile
5654 - mkdir \usr\local\bin
You can’t perform that action at this time.
0 commit comments