summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2018-10-30 23:34:59 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2018-10-31 03:05:04 +0200
commit4e4245ad62154addc8fc2ce2724079dc524e6380 (patch)
treeffa128baed3ab9766467a7a12171184a48a059c1
parentb9d0e4371da0272a6a4d925c470faf466cb3984a (diff)
downloadqtlocation-mapboxgl-upstream/tmpsantos-submodules.tar.gz
[build] Update appveyorupstream/tmpsantos-submodules
-rw-r--r--appveyor.yml8
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