OSDN Git Service

Installer: Use Inno Setup 6 to build WinMerge x64 installer (2)
[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')\r
9 - ps: .\innosetup-6.0.2.exe /silent /norestart\r
10 cache: build/WinMergeDownloadDeps\r
11 build_script:\r
12 - cmd: >-\r
13     DownloadDeps.cmd\r
14 \r
15     BuildAll.vs2017.cmd x64\r
16 artifacts:\r
17 - path: build/Releases/*.exe\r
18 - path: build/Releases/*.zip\r