mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "Drop -j from msys2 build for debugging"
This reverts commitb1594ca3d6
. Revert "Debug appveyor mingw failure" This reverts commitfa29f65416
. Though I preserved V=1 for future debugging.
This commit is contained in:
parent
995c2e9536
commit
a9b9f9d157
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ for:
|
|||
- 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% %UPDATE_UNICODE% up incs
|
||||
- mingw32-make V=1 --debug
|
||||
- mingw32-make -j%JOBS% V=1
|
||||
- mingw32-make DESTDIR=../install install-nodoc
|
||||
- if not "%GEMS_FOR_TEST%" == "" ..\install\bin\gem install --no-document %GEMS_FOR_TEST%
|
||||
test_script:
|
||||
|
|
Loading…
Reference in a new issue