mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
b5df5296a4
commit
a26d525ae4
1 changed files with 1 additions and 1 deletions
|
@ -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%
|
||||
|
|
Loading…
Reference in a new issue