diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2020-02-26 16:46:34 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2020-02-27 18:19:31 +0200 |
commit | a04b4dbf52e270613df0fc6eb4e9ee1f7cfdc09b (patch) | |
tree | ebb0b537afd763d51e7056022571e8076d03405a /circle.yml | |
parent | 427d785848ba1cbf8df095ebe75c8731f30dfb5e (diff) | |
download | qtlocation-mapboxgl-a04b4dbf52e270613df0fc6eb4e9ee1f7cfdc09b.tar.gz |
[build] Add license file for mbgl-core.a
Also make sure it will be always up to date
by using the nitpick bot to enforce it.
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index 296babe94d..4504d8ab32 100644 --- a/circle.yml +++ b/circle.yml @@ -601,6 +601,7 @@ jobs: - run: name: Code Generators command: | + cp build/mbgl-core.license LICENSE.mbgl-core.md platform/default/include/mbgl/storage/offline_schema.js scripts/generate-shaders.js scripts/generate-style-code.js |