OSDN Git Service

appveyor.yml: enable the eol extension
[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 cache: build/WinMergeDownloadDeps\r
9 build_script:\r
10 - cmd: >-\r
11     DownloadDeps.cmd\r
12 \r
13     BuildAll.vs2017.cmd x64\r
14 artifacts:\r
15 - path: build/Releases/*.exe\r
16 - path: build/Releases/*.zip\r