[Groonga-commit] groonga/groonga at d8650e3 [master] appveyor: use specific worker image

Back to archive index
Kentaro Hayashi null+****@clear*****
Fri Feb 1 23:01:11 JST 2019


Kentaro Hayashi	2019-02-01 23:01:11 +0900 (Fri, 01 Feb 2019)

  Revision: d8650e3c7d9847da56c4a17db5669582f1fd8932
  https://github.com/groonga/groonga/commit/d8650e3c7d9847da56c4a17db5669582f1fd8932

  Merged 94030a2: Merge pull request #896 from kenhys/appveyor-vs2017

  Message:
    appveyor: use specific worker image

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+4 -2)
===================================================================
--- appveyor.yml    2019-02-01 18:56:32 +0900 (06adfab0f)
+++ appveyor.yml    2019-02-01 23:01:11 +0900 (32bd9fcca)
@@ -11,9 +11,11 @@ environment:
       ARCH: x86
     - VS_VERSION: 12
       ARCH: amd64
-    - VS_VERSION: 14
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+      VS_VERSION: 14
       ARCH: x86
-    - VS_VERSION: 14
+    - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+      VS_VERSION: 14
       ARCH: amd64
 
 # matrix:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190201/23afb8cc/attachment.html>


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