fix cariage returns in git

This commit is contained in:
Adrien Delorme 2018-10-16 12:48:48 +02:00
parent 597b03dfd0
commit 37b85323fc
1 changed files with 5 additions and 0 deletions

View File

@ -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%'