Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ orbs:
macos: circleci/macos@2.2.0

commands:
checkout-submodules:
steps:
- run:
name: Checkout submodules
command: |
git submodule sync --recursive -- turf_equality
git submodule update --recursive --init -- turf_equality

inject-netrc-credentials:
steps:
- run:
Expand All @@ -25,6 +33,7 @@ jobs:
tag: 2022.03.1
steps:
- checkout
- checkout-submodules
- android/create-avd:
avd-name: flutter
install: true
Expand Down Expand Up @@ -57,6 +66,7 @@ jobs:
executor: macos-xcode-latest
steps:
- checkout
- checkout-submodules
# - macos/preboot-simulator:
# device: iPhone 13
# version: "15.4"
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "codegen/vendor/mapbox-maps-stylegen"]
path = codegen/vendor/mapbox-maps-stylegen
url = git@github.com:mapbox/mapbox-maps-stylegen.git
[submodule "turf_equality"]
path = turf_equality
url = git@github.com:dartclub/turf_equality.git
1 change: 0 additions & 1 deletion codegen/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions codegen/README.md

This file was deleted.

333 changes: 0 additions & 333 deletions codegen/annotation-generator/annotation_controller.kt.ejs

This file was deleted.

Loading