OSDN Git Service

Update Russian.po (#963)
[winmerge-jp/winmerge-jp.git] / appveyor.yml
1 version: 1.0.{build}\r
2 image: Visual Studio 2017\r
3 configuration: Release\r
4 platform: x64\r
5 shallow_clone: true\r
6 install:\r
7 - ps: >-\r
8     Add-Content $ENV:UserProfile\Mercurial.ini "`r`n[extensions]`r`neol = "\r
9 \r
10     (new-object net.webclient).DownloadFile('http://www.jrsoftware.org/download.php/is.exe#innosetup-6.0.3.exe', "$Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.3.exe")\r
11 \r
12     & $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.3.exe /verysilent /norestart /currentuser\r
13 cache: \r
14 - build/WinMergeDownloadDeps\r
15 build_script:\r
16 - cmd: >-\r
17     DownloadDeps.cmd\r
18 \r
19     BuildAll.vs2017.cmd x64 -ci\r
20 artifacts:\r
21 - path: build/Releases/*.exe\r
22 - path: build/Releases/*.zip\r