[Groonga-commit] groonga/groonga at 0e34922 [master] appveyor: use CMAKE_BUILD_PARALLEL_LEVEL

Back to archive index
Kouhei Sutou null+****@clear*****
Sat Jan 12 12:58:38 JST 2019


Kouhei Sutou	2019-01-12 12:58:38 +0900 (Sat, 12 Jan 2019)

  Revision: 0e34922134d8ee94489b26a7c01aa324c1d6777e
  https://github.com/groonga/groonga/commit/0e34922134d8ee94489b26a7c01aa324c1d6777e

  Message:
    appveyor: use CMAKE_BUILD_PARALLEL_LEVEL

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -1)
===================================================================
--- appveyor.yml    2019-01-12 06:06:00 +0900 (f07e65e03)
+++ appveyor.yml    2019-01-12 12:58:38 +0900 (3b6b79b13)
@@ -67,11 +67,12 @@ 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
-  - cmake --build . --config RelWithDebInfo --parallel 4
+  - cmake --build . --config RelWithDebInfo
   - 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/20190112/8e3a12bf/attachment.html>


More information about the Groonga-commit mailing list
Back to archive index