[Groonga-commit] groonga/groonga at c24e401 [master] appveyor: fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 4 22:49:54 JST 2017


Kouhei Sutou	2017-09-04 22:49:54 +0900 (Mon, 04 Sep 2017)

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

  Message:
    appveyor: fix a typo

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -2)
===================================================================
--- appveyor.yml    2017-09-04 22:46:33 +0900 (79dc74ecc)
+++ appveyor.yml    2017-09-04 22:49:54 +0900 (76a33d950)
@@ -22,7 +22,7 @@ init:
   - set PATH=C:\Ruby22\bin;%PATH%
   - set PATH=C:\msys64\usr\bin;%PATH%
   - call
-      "C:\Program Files (x86)\Microsoft Visual Studio %VC_VERSION%.0\VC\vcvarsall.bat"
+      "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'))
 
@@ -39,7 +39,7 @@ build_script:
   - ruby download_message_pack.rb
   - ruby download_lz4.rb
   - cd ..
-  - set CMAKE_GENERATOR_NAME="Visual Studio %VC_VERSION%"
+  - set CMAKE_GENERATOR_NAME="Visual Studio %VS_VERSION%"
   - if "%VS_VERSION%" == "12"
       set CMAKE_GENERATOR_NAME="%CMAKE_GENERATOR_NAME% 2013"
   - if "%VS_VERSION%" == "14"
-------------- next part --------------
HTML����������������������������...
Download 



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