[Groonga-commit] groonga/groonga at a5750a5 [master] appveyor: try to add x86 build

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Jul 29 17:27:48 JST 2015


Kouhei Sutou	2015-07-29 17:27:48 +0900 (Wed, 29 Jul 2015)

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

  Message:
    appveyor: try to add x86 build

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+6 -1)
===================================================================
--- appveyor.yml    2015-07-29 10:22:23 +0900 (d755e6b)
+++ appveyor.yml    2015-07-29 17:27:48 +0900 (c6577eb)
@@ -1,8 +1,13 @@
 version: "{build}"
 clone_depth: 10
+
+environment:
+  - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013"
+  - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64"
+
 build_script:
   - git submodule update --init
-  - cmake . -G "Visual Studio 12 2013 Win64"
+  - cmake . -G $(CMAKE_GENERATOR_NAME)
   - cmake --build . --config Debug
 
 notifications:
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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