aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-08 22:35:11 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-08 22:36:34 +0900
commita9b9f9d157ac28e4818b3e6db0e4d924faf97649 (patch)
treed2d1baad25e57ccc077edd3c890f8d06a2d56d23 /appveyor.yml
parent995c2e9536a7c0f0476d1f62ac3c9bcb68513c59 (diff)
downloadruby-a9b9f9d157ac28e4818b3e6db0e4d924faf97649.tar.gz
Revert "Drop -j from msys2 build for debugging"
This reverts commit b1594ca3d6b72edb60927418482652ce93209499. Revert "Debug appveyor mingw failure" This reverts commit fa29f65416f1fb3d734a279855728bb0616dbb34. Though I preserved V=1 for future debugging.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4c6d223911..87725001fb 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -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: