summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-09-05 23:13:33 +0100
committerw0rp <devw0rp@gmail.com>2017-09-05 23:13:33 +0100
commita170cc806aa82a1a087911545e4ff5b71d1b777b (patch)
tree2fd7c7309efb0b7a7028a5c92f918be526c93d2b /.appveyor.yml
parent22a0cd6e05bc982a84e807e98e1ec4ede59cfd06 (diff)
downloadale-a170cc806aa82a1a087911545e4ff5b71d1b777b.zip
Do not mess with newlines for git config
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 634aa8bd..76b026f6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -1,5 +1,7 @@
---
init:
+ # Stop git from changing newlines
+ - git config --global core.autocrlf input
# Set up the build environment
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd"
/x64 /release'