[Groonga-commit] groonga/groonga at a4e3239 [master] appveyor: try to build with both VS2013 and VS2015

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Sep 22 23:47:30 JST 2016


Kouhei Sutou	2016-09-22 23:47:30 +0900 (Thu, 22 Sep 2016)

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

  Message:
    appveyor: try to build with both VS2013 and VS2015

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+7 -2)
===================================================================
--- appveyor.yml    2016-09-22 23:47:15 +0900 (f3ecc60)
+++ appveyor.yml    2016-09-22 23:47:30 +0900 (1f8d781)
@@ -5,6 +5,11 @@ platform:
   - x86
   - x64
 
+environment:
+  matrix:
+    - GENERATOR_NAME: "Visual Studio 12 2013"
+    - GENERATOR_NAME: "Visual Studio 14 2015"
+
 notifications:
   - provider: Email
     to:
@@ -25,12 +30,12 @@ build_script:
       if ($Env:PLATFORM -eq "x86")
       {
         $Env:PATH = "C:\Ruby22\bin;$Env:PATH"
-        $Env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013"
+        $Env:CMAKE_GENERATOR_NAME = "$Env:GENERATOR_NAME"
       }
       else
       {
         $Env:PATH = "C:\Ruby22-x64\bin;$Env:PATH"
-        $Env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013 Win64"
+        $Env:CMAKE_GENERATOR_NAME = "$Env:GENERATOR_NAME Win64"
       }
   - git submodule update --init
   - cd vendor
-------------- next part --------------
HTML����������������������������...
Download 



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