diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-10-30 23:34:59 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2018-10-31 18:19:28 +0200 |
commit | da2f750bb4c707b3aad71139820db88cb7627332 (patch) | |
tree | e555cbd756ed594e322fabb9c91f89f4203e6bc3 /appveyor.yml | |
parent | 69960afb8db0444ec11cb46b47e877cc34f61fc7 (diff) | |
download | qtlocation-mapboxgl-da2f750bb4c707b3aad71139820db88cb7627332.tar.gz |
[build] Update appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 8 |
1 files changed, 7 insertions, 1 deletions
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 |