summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-02 09:55:15 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-02-02 14:54:53 +0900
commite350b32837a824279e9dbba09139f6d0e4a4be0f (patch)
tree830de2e069a03cfe8c4f75f08f3548760ec4c017 /appveyor.yml
parent5a33ef0586efbe1d7489f4696bd22499b0f2632a (diff)
Add some git configurations in CIs
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d31d4b2df9..6b9e6e9e34 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,6 +3,9 @@ version: '{build}'
init:
- git config --global user.name git
- git config --global user.email svn-admin@ruby-lang.org
+ - git config --global core.autocrlf false
+ - git config --global core.eol lf
+ - git config --global advice.detachedHead 0
clone_depth: 10
platform:
- x64