Kouhei Sutou
null+****@clear*****
Mon Jun 25 09:26:56 JST 2018
Kouhei Sutou 2018-06-25 09:26:56 +0900 (Mon, 25 Jun 2018) New Revision: 905b30d6806647d1f62f1ee4f2987e0c90936bdf https://github.com/groonga/groonga/commit/905b30d6806647d1f62f1ee4f2987e0c90936bdf Message: appveyor: fix path Modified files: appveyor.yml Modified: appveyor.yml (+5 -2) =================================================================== --- appveyor.yml 2018-06-24 01:02:15 +0900 (948efd2e9) +++ appveyor.yml 2018-06-25 09:26:56 +0900 (033453292) @@ -41,6 +41,7 @@ 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=インストール - ps: | $Env:GROONGA_VERSION = (Get-Content base_version) if ($Env:APPVEYOR_REPO_TAG -eq "false") { @@ -52,7 +53,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_SUB_FOLDER + "\" + $Env:GROONGA_INSTALL_FOLDER build_script: - git submodule update --init @@ -96,6 +97,8 @@ test_script: test\command\suite on_success: + - cd %GROONGA_INSTALL_SUB_FOLDER% - set ARTIFACT=%GROONGA_INSTALL_FOLDER%.zip - - 7z a %ARTIFACT% %GROONGA_INSTALL_FOLDER% + - 7z a %ARTIFACT% %FULL_GROONGA_INSTALL_FOLDER% - ps: Push-AppveyorArtifact $Env:ARTIFACT + - cd .. -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180625/7576fc57/attachment.htm