Skip to content

Commit d1620b6

Browse files
committed
Fixed line ending in appveyor.yml for Windows build
1 parent d6a993d commit d1620b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ version: 1.3.{build}
2121
# Build worker image (VM template)
2222
image: Visual Studio 2015
2323

24+
# scripts that are called at very beginning, before repo cloning
25+
init:
26+
- git config --global core.autocrlf true
27+
2428
# fetch repository as zip archive
2529
shallow_clone: true # default is "false"
2630

0 commit comments

Comments
 (0)