diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2020-02-07 17:52:51 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2020-02-07 20:12:44 +0200 |
commit | 47f2b20435cc524e2e300ad4881e198079c536bf (patch) | |
tree | a4236cad25ffca9936fa0c832dcc5003d79fabad /circle.yml | |
parent | f7fef70e9ddb9f52b071703d3ff0683b921606ac (diff) | |
download | qtlocation-mapboxgl-47f2b20435cc524e2e300ad4881e198079c536bf.tar.gz |
[build] Remove unused files
Buck build is no longer needed, neither is the previous
CMake buildsystem.
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml index 025b58fb00..326f49a915 100644 --- a/circle.yml +++ b/circle.yml @@ -517,7 +517,6 @@ jobs: name: Code Generators command: | platform/default/include/mbgl/storage/offline_schema.js - scripts/generate-file-lists.js scripts/generate-shaders.js scripts/generate-style-code.js git add -A && git diff --staged --exit-code | tee nitpick.patch |