X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=appveyor.yml;h=73be3c57df8f5dab45ec26fba02b25f3fb334d59;hb=1cf3631b9c73a9cbb36eb544bc36329c27400aeb;hp=bd33e2e95540e24357a952b0e9c199ea1c9d6a4f;hpb=1f5618e81c00199d3349b1ade797382635b2af85;p=mesa.git diff --git a/appveyor.yml b/appveyor.yml index bd33e2e9554..73be3c57df8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -35,15 +35,22 @@ clone_depth: 100 cache: - win_flex_bison-2.5.9.zip -- llvm-3.3.1-msvc2015-mtd.7z +- llvm-5.0.1-msvc2015-mtd.7z os: Visual Studio 2015 +init: +# Appveyor defaults core.autocrlf to input instead of the default (true), but +# that can hide problems processing CRLF text on Windows +- git config --global core.autocrlf true + environment: WINFLEXBISON_ARCHIVE: win_flex_bison-2.5.9.zip - LLVM_ARCHIVE: llvm-3.3.1-msvc2015-mtd.7z + LLVM_ARCHIVE: llvm-5.0.1-msvc2015-mtd.7z install: +# Check git config +- git config core.autocrlf # Check pip - python --version - python -m pip --version