1
0
Fork 0
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 commit b1594ca3d6.

Revert "Debug appveyor mingw failure"

This reverts commit fa29f65416.

Though I preserved V=1 for future debugging.
This commit is contained in:
Takashi Kokubun 2019-08-08 22:35:11 +09:00
parent 995c2e9536
commit a9b9f9d157
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -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: