[Groonga-commit] groonga/groonga at 3c91b87 [master] appveyor: try to enable parallel build

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 11 16:31:16 JST 2015


Kouhei Sutou	2015-03-11 16:31:16 +0900 (Wed, 11 Mar 2015)

  New Revision: 3c91b87c0e316c30da0140b8fa2786df82c31065
  https://github.com/groonga/groonga/commit/3c91b87c0e316c30da0140b8fa2786df82c31065

  Message:
    appveyor: try to enable parallel build

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+1 -1)
===================================================================
--- appveyor.yml    2015-03-11 15:58:38 +0900 (8f88c32)
+++ appveyor.yml    2015-03-11 16:31:16 +0900 (b03e12c)
@@ -3,7 +3,7 @@ clone_depth: 10
 build_script:
   - git submodule update --init
   - cmake . -G "Visual Studio 12 Win64"
-  - cmake --build . --config RelWithDebInfo
+  - cmake --build . --config RelWithDebInfo -- /maxcpucount
 
 notifications:
   - provider: Email
-------------- next part --------------
HTML����������������������������...
下载 



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