summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-08-08 20:37:12 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-08-08 20:37:12 +0900
commitb1594ca3d6b72edb60927418482652ce93209499 (patch)
treea417e968efc599fc4eb52ad9cd0e16d6cd0ed3f2 /appveyor.yml
parent29bdfeb0c6d3490fbd7e5a7cc89598ca7340176e (diff)
Drop -j from msys2 build for 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 f227c9255f..7edd0e05a8 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -111,7 +111,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 -j%JOBS% V=1 --debug
+ - mingw32-make V=1 --debug
- mingw32-make DESTDIR=../install install-nodoc
- if not "%GEMS_FOR_TEST%" == "" ..\install\bin\gem install --no-document %GEMS_FOR_TEST%
test_script: