From 696e45fee132614dcca33118f25f4a02119419bd Mon Sep 17 00:00:00 2001 From: Takashi Sawanaka Date: Thu, 24 Jan 2019 01:13:11 +0900 Subject: [PATCH] appveyor.yml: enable the eol extension --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 92ea26191..29a601772 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,8 @@ image: Visual Studio 2017 configuration: Release Unicode platform: x64 shallow_clone: true +install: +- ps: Add-Content $ENV:UserProfile\Mercurial.ini "`r`n[extensions]`r`neol = " cache: build/WinMergeDownloadDeps build_script: - cmd: >- @@ -11,4 +13,4 @@ build_script: BuildAll.vs2017.cmd x64 artifacts: - path: build/Releases/*.exe -- path: build/Releases/*.zip \ No newline at end of file +- path: build/Releases/*.zip -- 2.11.0