diff --git a/appveyor.yml b/appveyor.yml index 9ee8eda76..b36d8ce86 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,11 @@ environment: CYG_SETUP: setup-x86.exe BASH: C:\cygwin\bin\bash +init: + # Carriage returns are bad + - cmd: + 'git config --global core.autocrlf input' + # Cache Cygwin files to speed up build cache: - '%CYG_CACHE%'