Navigation Menu

Skip to content

Commit

Permalink
appveyor: sleep more
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 22, 2018
1 parent e75a04f commit 5398145
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Expand Up @@ -27,9 +27,10 @@ notifications:

init:
- ps: Set-WinSystemLocale ja-JP
- ps: Start-Sleep -s 5
- ps: Start-Sleep -s 10
- ps: Restart-Computer
- set PATH=C:\Ruby22\bin;%PATH%
- set PATH=C:\Ruby25-x64\bin;%PATH%
- set PATH=C:\Ruby25-x64\bin;%PATH%
- set PATH=C:\msys64\usr\bin;%PATH%
- call
"C:\Program Files (x86)\Microsoft Visual Studio %VS_VERSION%.0\VC\vcvarsall.bat"
Expand Down

0 comments on commit 5398145

Please sign in to comment.