[Groonga-commit] groonga/groonga at a44318e [master] Revert "appveyor: try to use Visual Studio 2017"

Zurück zum Archiv-Index
Kentaro Hayashi null+****@clear*****
Fri Feb 1 10:15:09 JST 2019


Kentaro Hayashi	2019-02-01 10:15:09 +0900 (Fri, 01 Feb 2019)

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

  Message:
    Revert "appveyor: try to use Visual Studio 2017"
    
    This reverts commit e2467ca13be1e85e3a5dac10287bb8360915f3d5.

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+1 -13)
===================================================================
--- appveyor.yml    2019-02-01 10:14:54 +0900 (37cb90585)
+++ appveyor.yml    2019-02-01 10:15:09 +0900 (06adfab0f)
@@ -15,10 +15,6 @@ environment:
       ARCH: x86
     - VS_VERSION: 14
       ARCH: amd64
-    - VS_VERSION: 15
-      ARCH: x86
-    - VS_VERSION: 15
-      ARCH: amd64
 
 # matrix:
 #   allow_failures:
@@ -33,17 +29,9 @@ init:
 install:
   - set PATH=C:\Ruby25-x64\bin;%PATH%
   - set PATH=C:\msys64\usr\bin;%PATH%
-  - if "%VS_VERSION%" == "15" if "%ARCH" == "x86" (
-      call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
-    )
-  - if "%VS_VERSION%" == "15" if "%ARCH" == "amd64" (
-      call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
-    )
-  - if not "%VS_VERSION%" == "15" (
-      call
+  - call
       "C:\Program Files (x86)\Microsoft Visual Studio %VS_VERSION%.0\VC\vcvarsall.bat"
       %ARCH%
-    )
   # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
   - tzutil /s "Tokyo Standard Time"
   # - choco install -y imdisk-toolkit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190201/f2b9acc2/attachment.html>


More information about the Groonga-commit mailing list
Zurück zum Archiv-Index