Kouhei Sutou 2019-01-11 16:48:43 +0900 (Fri, 11 Jan 2019) Revision: 9344125a27cc3b73d592a4ad6deabf2a8bfe703f https://github.com/groonga/groonga/commit/9344125a27cc3b73d592a4ad6deabf2a8bfe703f Message: appveyor: use parallel build Modified files: appveyor.yml Modified: appveyor.yml (+1 -1) =================================================================== --- appveyor.yml 2019-01-11 12:03:33 +0900 (e5902dde4) +++ appveyor.yml 2019-01-11 16:48:43 +0900 (f07e65e03) @@ -71,7 +71,7 @@ build_script: -DGRN_WITH_BUNDLED_MECAB=yes -DGRN_WITH_BUNDLED_MESSAGE_PACK=yes -DGRN_WITH_BUNDLED_LZ4=yes - - cmake --build . --config RelWithDebInfo + - cmake --build . --config RelWithDebInfo --parallel 4 - cmake --build . --config RelWithDebInfo --target Install before_test: -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190111/84102f08/attachment.html>