diff options
author | zmiao <miao.zhao@mapbox.com> | 2020-01-28 21:48:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-28 21:48:22 +0200 |
commit | d7c8104decbbea8203bd79a95c0647bc4e1a2196 (patch) | |
tree | 75f03f9b0e1c01d01a502639cd5e59a00790fd1f /.gitmodules | |
parent | 0de6ffc383022e3ebfb658a729a0c9d7d7b026c4 (diff) | |
download | qtlocation-mapboxgl-d7c8104decbbea8203bd79a95c0647bc4e1a2196.tar.gz |
[test-runner] Enable rebaseline for next-ios-render-test-runner (#16147)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index ff4c0bbed5..d84f3057b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,3 +70,6 @@ [submodule "vendor/googletest"] path = vendor/googletest url = https://github.com/google/googletest.git +[submodule "vendor/zip-archive"] + path = vendor/zip-archive + url = https://github.com/ZipArchive/ZipArchive.git |