[Groonga-commit] groonga/groonga at 8eb1d69 [master] appveyor: use non-ASCII for install folder

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 20 11:53:12 JST 2018


Kouhei Sutou	2018-06-20 11:53:12 +0900 (Wed, 20 Jun 2018)

  New Revision: 8eb1d69532588e3bf477febbef05922354319975
  https://github.com/groonga/groonga/commit/8eb1d69532588e3bf477febbef05922354319975

  Message:
    appveyor: use non-ASCII for install folder

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+1 -1)
===================================================================
--- appveyor.yml    2018-06-18 17:54:10 +0900 (0f910d76e)
+++ appveyor.yml    2018-06-20 11:53:12 +0900 (ff7676635)
@@ -49,7 +49,7 @@ install:
       } else {
         $Env:GROONGA_INSTALL_FOLDER += "-x64"
       }
-      $Env:FULL_GROONGA_INSTALL_FOLDER = $Env:APPVEYOR_BUILD_FOLDER + "\" + $Env:GROONGA_INSTALL_FOLDER
+      $Env:FULL_GROONGA_INSTALL_FOLDER = $Env:APPVEYOR_BUILD_FOLDER + "\インストール\" + $Env:GROONGA_INSTALL_FOLDER
 
 build_script:
   - git submodule update --init
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180620/05bb3434/attachment.htm 



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