fix cariage returns in git
This commit is contained in:
parent
597b03dfd0
commit
37b85323fc
|
@ -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%'
|
||||
|
|
Loading…
Reference in New Issue