From 96a2b05289f55cbf480b65d5ee32c5e9e535081a Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 9 Aug 2017 09:41:51 -0700 Subject: [PATCH] Disable git's CRLF-conversion feature There are test files that purposefully use CR line-endings. --- appveyor.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index a31ad90d..fc5e44e7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,9 @@ branches: platform: - x86 +init: + - git config --global core.autocrlf false + install: - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 - script\configure.cmd