OSDN Git Service

Update Portuguese.po
[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.2.exe', "$Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.2.exe")\r
11 \r
12     & $Env:APPVEYOR_BUILD_FOLDER/innosetup-6.0.2.exe /verysilent /norestart /currentuser\r
13 cache: build/WinMergeDownloadDeps\r
14 build_script:\r
15 - cmd: >-\r
16     DownloadDeps.cmd\r
17 \r
18     BuildAll.vs2017.cmd x64 -ci\r
19 artifacts:\r
20 - path: build/Releases/*.exe\r
21 - path: build/Releases/*.zip\r