appveyor fix

This commit is contained in:
Christian Köllner 2020-01-02 17:52:53 +01:00
parent 279b8ff1dc
commit 72e638803a

View File

@ -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