Navigation Menu

Skip to content

Commit

Permalink
appveyor: try to use the install section
Browse files Browse the repository at this point in the history
The init section uses only for setting system locale.
  • Loading branch information
kou committed Jun 22, 2018
1 parent 53e29be commit e16d2a8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions appveyor.yml
Expand Up @@ -29,15 +29,14 @@ init:
- ps: Set-WinSystemLocale ja-JP
- ps: Start-Sleep -s 10
- ps: Restart-Computer
- set PATH=C:\Ruby25-x64\bin;%PATH%

install:
- 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"
%ARCH%
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

install:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- tzutil /s "Tokyo Standard Time"
# - choco install -y imdisk-toolkit
# - mkdir tmp
Expand Down

0 comments on commit e16d2a8

Please sign in to comment.