From 72e638803a426405413a4c15e23319a0f3a927d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6llner?= Date: Thu, 2 Jan 2020 17:52:53 +0100 Subject: [PATCH] appveyor fix --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5e47e92..0e6a805 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,8 @@ init: - cmd: set semver='%major%.%minor%.%patch%' - cmd: set fullsemver='%semver%+{build}' - cmd: set msasmver='%major%.%minor%.{build}.%patch%' + # Good practise, because Windows line endings are different from Unix/Linux ones + - cmd: git config --global core.autocrlf true version: '$(fullsemver)' image: Visual Studio 2019 # branches: @@ -13,9 +15,6 @@ image: Visual Studio 2019 # - master cache: - c:\Tools\vcpkg\installed -init: - # Good practise, because Windows line endings are different from Unix/Linux ones - - cmd: git config --global core.autocrlf true install: - cd c:\tools\vcpkg - vcpkg integrate install