summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-09 15:08:14 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-10-10 19:41:27 +0300
commit5f371d5e39e1b76435501245f2837cc9079c7bbc (patch)
tree0325e32a7eaa3d399c74d9291c03f9816f9f64fd
parentd0e6f9df448f32c38c0e5fc95a0f3f7fa7453e69 (diff)
downloadqtlocation-mapboxgl-5f371d5e39e1b76435501245f2837cc9079c7bbc.tar.gz
[build] Check for code generation on Darwin
Sadly, it can only be done inside macOS because of how examples are generated.
-rw-r--r--circle.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index d5c5b73e36..e53444dc7f 100644
--- a/circle.yml
+++ b/circle.yml
@@ -221,6 +221,12 @@ commands:
name: Prepare macOS
command: |
brew install cmake ccache glfw ninja pkgconfig qt
+ - run:
+ name: Code Generators macOS
+ command: |
+ platform/darwin/scripts/generate-style-code.js
+ platform/darwin/scripts/update-examples.js
+ git add -A && git diff --staged --exit-code
next-config:
parameters:
config_params: