Kouhei Sutou 2019-01-22 12:24:08 +0900 (Tue, 22 Jan 2019) Revision: fff4ce107cc2571be1db7a0efe32303888b1976e https://github.com/groonga/groonga/commit/fff4ce107cc2571be1db7a0efe32303888b1976e Message: appveyor: CMAKE_BUILD_PARALLEL_LEVEL is environment variable Modified files: appveyor.yml Modified: appveyor.yml (+1 -1) =================================================================== --- appveyor.yml 2019-01-22 10:25:17 +0900 (3b6b79b13) +++ appveyor.yml 2019-01-22 12:24:08 +0900 (06adfab0f) @@ -67,11 +67,11 @@ build_script: set CMAKE_GENERATOR_NAME=%CMAKE_GENERATOR_NAME% Win64 - cmake . -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_INSTALL_PREFIX=%FULL_GROONGA_INSTALL_FOLDER% - -DCMAKE_BUILD_PARALLEL_LEVEL=4 -DGRN_WITH_MRUBY=yes -DGRN_WITH_BUNDLED_MECAB=yes -DGRN_WITH_BUNDLED_MESSAGE_PACK=yes -DGRN_WITH_BUNDLED_LZ4=yes + - set CMAKE_BUILD_PARALLEL_LEVEL=4 - cmake --build . --config RelWithDebInfo - cmake --build . --config RelWithDebInfo --target Install -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190122/4dff967a/attachment.html>