Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit e3ced2a

Browse files
committed
extension-methods
1 parent 5294d39 commit e3ced2a

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.cirrus.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ flutter_template: &FLUTTER_TEMPLATE
44
- flutter channel $CHANNEL
55
- date
66
- flutter upgrade
7-
- date
87
- git fetch origin master
8+
- date
9+
activate_script:
10+
- date
911
- pub global activate flutter_plugin_tools
1012
- date
1113

@@ -32,6 +34,8 @@ task:
3234
dockerfile: .ci/Dockerfile
3335
cpu: 8
3436
memory: 16G
37+
environment:
38+
PATH: $PATH:$HOME/.pub-cache/bin
3539
matrix:
3640
- name: publishable
3741
<< : *FLUTTER_STABLE_TEMPLATE
@@ -63,10 +67,8 @@ task:
6367
- date
6468
- name: test
6569
matrix:
66-
- name: master
67-
<< : *FLUTTER_MASTER_TEMPLATE
68-
- name: stable
69-
<< : *FLUTTER_STABLE_SKIP_WEB_TEMPLATE
70+
- << : *FLUTTER_MASTER_TEMPLATE
71+
- << : *FLUTTER_STABLE_SKIP_WEB_TEMPLATE
7072
test_script:
7173
- date
7274
- ./script/incremental_build.sh test
@@ -92,10 +94,8 @@ task:
9294
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 2"
9395
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
9496
matrix:
95-
- name: master
96-
<< : *FLUTTER_MASTER_TEMPLATE
97-
- name: stable
98-
<< : *FLUTTER_STABLE_SKIP_WEB_TEMPLATE
97+
- << : *FLUTTER_MASTER_TEMPLATE
98+
- << : *FLUTTER_STABLE_SKIP_WEB_TEMPLATE
9999
MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
100100
GCLOUD_FIREBASE_TESTLAB_KEY: ENCRYPTED[07586610af1fdfc894e5969f70ef2458341b9b7e9c3b7c4225a663b4a48732b7208a4d91c3b7d45305a6b55fa2a37fc4]
101101
script:
@@ -131,7 +131,7 @@ task:
131131
image: mojave-flutter
132132
environment:
133133
COCOAPODS_DISABLE_STATS: true
134-
PATH: $PATH:/usr/local/bin
134+
PATH: $PATH:/usr/local/bin:$HOME/.pub-cache/bin
135135
create_simulator_script:
136136
- date
137137
- xcrun simctl list
@@ -158,10 +158,8 @@ task:
158158
PLUGIN_SHARDING: "--shardIndex 2 --shardCount 4"
159159
PLUGIN_SHARDING: "--shardIndex 3 --shardCount 4"
160160
matrix:
161-
- name: master
162-
<< : *FLUTTER_MASTER_TEMPLATE
163-
- name: stable
164-
<< : *FLUTTER_STABLE_SKIP_WEB_TEMPLATE
161+
- << : *FLUTTER_MASTER_TEMPLATE
162+
- << : *FLUTTER_STABLE_SKIP_WEB_TEMPLATE
165163
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
166164
script:
167165
- date

analysis_options.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ analyzer:
44
# Ignore generated files
55
- '**/*.g.dart'
66
- 'lib/src/generated/*.dart'
7+
enable-experiment:
8+
- extension-methods
79
linter:
810
rules:
911
- public_member_api_docs

0 commit comments

Comments
 (0)