From b1594ca3d6b72edb60927418482652ce93209499 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Thu, 8 Aug 2019 20:37:12 +0900 Subject: Drop -j from msys2 build for debugging --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') 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: -- cgit v1.2.3