Skip to content

Commit 58aac77

Browse files
authored
Merge pull request #234 from mapbox/rl/pigeon_v11
Upgrade Pigeon to v11
2 parents 338a451 + 663c71c commit 58aac77

File tree

70 files changed

+23203
-29320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+23203
-29320
lines changed

.circleci/config.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
flutter: circleci/[email protected]
5-
android: circleci/[email protected]
6-
macos: circleci/[email protected]
4+
flutter: circleci/[email protected]
75

86
commands:
97

@@ -71,7 +69,7 @@ jobs:
7169
steps:
7270
- checkout
7371
- flutter/install_sdk_and_pub:
74-
flutter_version: 3.3.2
72+
version: 3.13.4
7573
app-dir: example
7674
- run:
7775
name: ktlint
@@ -130,14 +128,14 @@ jobs:
130128
- inject-netrc-credentials
131129
- add-mapbox-submodules-key
132130
- flutter/install_sdk_and_pub:
133-
flutter_version: 3.3.2
131+
version: 3.13.4
134132
app-dir: example
135133
- flutter/install_ios_pod:
136134
app-dir: example
137135
- run:
138136
name: swiftlint
139137
working_directory: ios
140-
command: brew install swiftlint; swiftlint lint --strict
138+
command: HOMEBREW_NO_AUTO_UPDATE=1 brew install swiftlint; swiftlint lint --strict
141139
- run:
142140
name: unit test
143141
command: flutter test test

0 commit comments

Comments
 (0)