mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Pretend to update all Unicode files
This commit is contained in:
parent
c05eaa9325
commit
1ccc2eeba0
2 changed files with 5 additions and 3 deletions
|
@ -78,6 +78,7 @@ env:
|
|||
- SETARCH=
|
||||
- RUBY_PREFIX=/tmp/ruby-prefix
|
||||
- GEMS_FOR_TEST='timezone tzinfo'
|
||||
- UPDATE_UNICODE="UNICODE_FILES=. UNICODE_PROPERTY_FILES=. UNICODE_AUXILIARY_FILES=. UNICODE_EMOJI_FILES=."
|
||||
|
||||
.org.ruby-lang.ci.matrix-definitions:
|
||||
|
||||
|
@ -373,7 +374,7 @@ before_script:
|
|||
- "> .rbconfig.time"
|
||||
- sed -f tool/prereq.status Makefile.in common.mk > Makefile
|
||||
- make touch-unicode-files
|
||||
- make -s $JOBS update-download
|
||||
- make -s $JOBS $UPDATE_UNICODE up
|
||||
- make -s $JOBS srcs
|
||||
- rm -f config.status Makefile rbconfig.rb .rbconfig.time
|
||||
- |-
|
||||
|
|
|
@ -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%
|
||||
|
|
Loading…
Add table
Reference in a new issue