[Groonga-commit] groonga/groonga at 56b6c10 [master] appveyor: initialize Visual Studio

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 3 14:34:42 JST 2016


Kouhei Sutou	2016-10-03 14:34:42 +0900 (Mon, 03 Oct 2016)

  New Revision: 56b6c1089eb91c2ebcee6f81790ad864ca387d21
  https://github.com/groonga/groonga/commit/56b6c1089eb91c2ebcee6f81790ad864ca387d21

  Message:
    appveyor: initialize Visual Studio

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+11 -2)
===================================================================
--- appveyor.yml    2016-10-03 13:21:01 +0900 (07a9149)
+++ appveyor.yml    2016-10-03 14:34:42 +0900 (507f6e4)
@@ -4,9 +4,17 @@ clone_depth: 10
 environment:
   matrix:
     - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013"
+      VC_INIT: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat
+      VC_MACHINE: x86
     - CMAKE_GENERATOR_NAME: "Visual Studio 12 2013 Win64"
+      VC_INIT: C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat
+      VC_MACHINE: amd64
     - CMAKE_GENERATOR_NAME: "Visual Studio 14 2015"
+      VC_INIT: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
+      VC_MACHINE: x86
     - CMAKE_GENERATOR_NAME: "Visual Studio 14 2015 Win64"
+      VC_INIT: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
+      VC_MACHINE: amd64
 
 notifications:
   - provider: Email
@@ -14,8 +22,9 @@ notifications:
       - groonga-commit �� lists.osdn.me
     on_build_status_changed: true
 
-# init:
-#   - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+init:
+  - call "%VC_INIT" "%VC_MACHINE%"
+#  - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
 
 install:
   - set PATH=C:\Ruby22\bin;%PATH%
-------------- next part --------------
HTML����������������������������...
Download 



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