[Groonga-commit] groonga/groonga at d7c4d21 [master] appveyor: fix syntax

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Jul 29 17:40:46 JST 2015


Kouhei Sutou	2015-07-29 17:40:46 +0900 (Wed, 29 Jul 2015)

  New Revision: d7c4d2197fe30febb0e07aca230db1c86952130b
  https://github.com/groonga/groonga/commit/d7c4d2197fe30febb0e07aca230db1c86952130b

  Message:
    appveyor: fix syntax

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -2)
===================================================================
--- appveyor.yml    2015-07-29 17:27:48 +0900 (c6577eb)
+++ appveyor.yml    2015-07-29 17:40:46 +0900 (11da094)
@@ -2,8 +2,9 @@ version: "{build}"
 clone_depth: 10
 
 environment:
-  - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013"
-  - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64"
+  matrix:
+    - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013"
+    - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64"
 
 build_script:
   - git submodule update --init
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る