Kouhei Sutou
null+****@clear*****
Wed Oct 18 09:11:15 JST 2017
Kouhei Sutou 2017-10-18 09:11:15 +0900 (Wed, 18 Oct 2017) New Revision: 587e1b2786a497a111f42a8ace92a7d9ab9cd6a3 https://github.com/groonga/groonga/commit/587e1b2786a497a111f42a8ace92a7d9ab9cd6a3 Message: appveyor: fix timing Modified files: appveyor.yml Modified: appveyor.yml (+4 -4) =================================================================== --- appveyor.yml 2017-10-18 09:05:34 +0900 (c6fc0f8a0) +++ appveyor.yml 2017-10-18 09:11:15 +0900 (987781233) @@ -24,9 +24,6 @@ init: - call "C:\Program Files (x86)\Microsoft Visual Studio %VS_VERSION%.0\VC\vcvarsall.bat" %ARCH% - - ps: $env:GROONGA_VERSION = Get-Content base_version - - set GROONGA_INSTALL_FOLDER=groonga-%GROONGA_VERSION% - - set FULL_GROONGA_INSTALL_FOLDER=%APPVEYOR_BUILD_FOLDER%\%GROONGA_INSTALL_FOLDER% # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) install: @@ -34,6 +31,9 @@ install: # - choco install -y imdisk-toolkit # - mkdir tmp # - imdisk -a -t file -m tmp -o awe -s 1G -p "/fs:ntfs /q /y" + - ps: $Env:GROONGA_VERSION = Get-Content base_version + - set GROONGA_INSTALL_FOLDER=groonga-%GROONGA_VERSION% + - set FULL_GROONGA_INSTALL_FOLDER=%APPVEYOR_BUILD_FOLDER%\%GROONGA_INSTALL_FOLDER% build_script: - git submodule update --init @@ -74,7 +74,7 @@ test_script: --timeout 60 test\command\suite -after_build: +on_success: - set ARTIFACT=%GROONGA_INSTALL_FOLDER%.7z - 7z a %ARTIFACT% %GROONGA_INSTALL_FOLDER% - ps: Push-AppveyorArtifact $Env:ARTIFACT -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171018/d49e5ba9/attachment-0001.htm