OSDN Git Service

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