This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 2 files changed +30
-0
lines changed
2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,32 @@ platform_properties:
25
25
]
26
26
device_type : none
27
27
os : Windows
28
+ mac_x64 :
29
+ properties :
30
+ dependencies : >-
31
+ [
32
+ {"dependency": "xcode", "version": "14a5294e"},
33
+ {"dependency": "gems", "version": "v3.3.14"}
34
+ ]
35
+ os : Mac-12
36
+ device_type : none
37
+ cpu : x86
38
+ xcode : 14a5294e # xcode 14.0 beta 5
39
+
28
40
29
41
targets :
42
+ # TODO(stuartmorgan): Move this to ARM once google_maps_flutter has ARM
43
+ # support. `pod lint` makes a synthetic target that doesn't respect the
44
+ # pod's arch exclusions, so fails to build.
45
+ - name : Mac_x64 lint_podspecs
46
+ recipe : plugins/plugins
47
+ bringup : true # New target: https://github.com/flutter/plugins/pull/6637
48
+ timeout : 30
49
+ properties :
50
+ add_recipes_cq : " true"
51
+ version_file : flutter_master.version
52
+ target_file : mac_lint_podspecs.yaml
53
+
30
54
- name : Windows win32-platform_tests master
31
55
recipe : plugins/plugins
32
56
timeout : 30
Original file line number Diff line number Diff line change
1
+ tasks :
2
+ - name : prepare tool
3
+ script : .ci/scripts/prepare_tool.sh
4
+ - name : lint iOS and macOS podspecs
5
+ script : script/tool_runner.sh
6
+ args : ["podspecs"]
You can’t perform that action at this time.
0 commit comments