Navigation Menu

Skip to content

Commit

Permalink
appveyor: fix timing
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 18, 2017
1 parent c7661f2 commit 587e1b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Expand Up @@ -24,16 +24,16 @@ 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:
- tzutil /s "Tokyo Standard Time"
# - 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
Expand Down Expand Up @@ -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

0 comments on commit 587e1b2

Please sign in to comment.