From 4e4245ad62154addc8fc2ce2724079dc524e6380 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Tue, 30 Oct 2018 23:34:59 +0200 Subject: [build] Update appveyor --- appveyor.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9574e2d1fb..ddb8db3df9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ environment: matrix: - configuration: Release -shallow_clone: true +clone_depth: 1 after_build: - mkdir qmapboxgl @@ -39,6 +39,9 @@ for: - '%APPVEYOR_BUILD_FOLDER%\cmake-3.10.1-win64-x64.zip' install: + - git config --system core.longpaths true + - git submodule sync + - git submodule update --init - ps: | if (!(Test-Path cmake-3.10.1-win64-x64.zip)) { appveyor DownloadFile https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip @@ -76,6 +79,9 @@ for: - '%APPVEYOR_BUILD_FOLDER%\cmake-3.10.1-win64-x64.zip' install: + - git config --system core.longpaths true + - git submodule sync + - git submodule update --init - ps: | if (!(Test-Path cmake-3.10.1-win64-x64.zip)) { appveyor DownloadFile https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip -- cgit v1.2.1