Kentaro Hayashi 2019-02-03 23:48:54 +0900 (Sun, 03 Feb 2019) Revision: 88ede44776437d16e666b5f9914330850ae3ea83 https://github.com/groonga/groonga/commit/88ede44776437d16e666b5f9914330850ae3ea83 Merged aecb320: Merge pull request #897 from kenhys/exec-command-line-test Message: appveyor: use ascii directory name It is a workaround that groonga/grndb can't be found by command_line test case on worker image. NOTE: directory name issue should be fixed. Modified files: appveyor.yml Modified: appveyor.yml (+2 -1) =================================================================== --- appveyor.yml 2019-02-01 10:08:05 +0900 (8ca680f78) +++ appveyor.yml 2019-02-03 23:48:54 +0900 (66100f6ba) @@ -52,7 +52,8 @@ install: # - choco install -y imdisk-toolkit # - mkdir tmp # - imdisk -a -t file -m tmp -o awe -s 1G -p "/fs:ntfs /q /y" - - set GROONGA_INSTALL_SUB_FOLDER=インストール + # - set GROONGA_INSTALL_SUB_FOLDER=インストール + - set GROONGA_INSTALL_SUB_FOLDER=install - ps: | $Env:GROONGA_VERSION = (Get-Content base_version) if ($Env:APPVEYOR_REPO_TAG -eq "false") { -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190203/c2168f8f/attachment.html>