[Groonga-mysql-commit] mroonga/mroonga at ef31600 [master] Try to use build matrix

Back to archive index

Hiroshi Hatake null+****@clear*****
Fri Aug 7 01:08:01 JST 2015


Hiroshi Hatake	2015-08-07 01:08:01 +0900 (Fri, 07 Aug 2015)

  New Revision: ef3160080dbdbbede66566df17d3db91c503bd48
  https://github.com/mroonga/mroonga/commit/ef3160080dbdbbede66566df17d3db91c503bd48

  Merged 1565482: Merge pull request #72 from mroonga/build-matrix-appveyor

  Message:
    Try to use build matrix

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+6 -1)
===================================================================
--- appveyor.yml    2015-08-06 20:25:39 +0900 (bf89460)
+++ appveyor.yml    2015-08-07 01:08:01 +0900 (1bb25a4)
@@ -1,5 +1,10 @@
 version: "{build}"
 clone_depth: 10
+environment:
+  matrix:
+    - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013"
+    - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64"
+
 install:
   - cd ..
   - choco install -y curl 7zip.commandline
@@ -17,7 +22,7 @@ install:
   - git clone --quiet --depth 1 https://github.com/groonga/groonga-normalizer-mysql.git storage\mroonga\vendor\groonga\vendor\plugins\groonga-normalizer-mysql
 build_script:
   - "echo # > win\\packaging\\CMakeLists.txt"
-  - cmake . -G "Visual Studio 12 Win64"
+  - cmake . -G "%CMAKE_GENERATOR_NAME%"
       -DCMAKE_BUILD_TYPE=Debug
       -DWITHOUT_ARCHIVE=ON
       -DWITHOUT_BLACKHOLE=ON
-------------- next part --------------
HTML����������������������������...
Download 



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