Skip to content

Commit d0a9848

Browse files
author
Dillon Nys
committed
chore(ci): Use aft in CircleCI
commit-id:58c2392c
1 parent 054b01d commit d0a9848

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,14 @@ commands:
3636
- run:
3737
name: Install and set up melos
3838
command: |
39-
flutter pub global activate melos 1.3.0
40-
melos bootstrap
39+
flutter pub global activate melos
40+
install_aft:
41+
steps:
42+
- run:
43+
name: Install and set up aft
44+
command: |
45+
flutter pub global activate -spath packages/aft
46+
aft bootstrap
4147
activate_pana:
4248
steps:
4349
- run:
@@ -56,6 +62,7 @@ jobs:
5662
steps:
5763
- install_flutter
5864
- checkout
65+
- install_aft
5966
- install_melos
6067
- run: melos run format
6168

@@ -64,6 +71,7 @@ jobs:
6471
steps:
6572
- install_flutter
6673
- checkout
74+
- install_aft
6775
- install_melos
6876
- run:
6977
name: Analyze Dart/Flutter Code
@@ -78,6 +86,7 @@ jobs:
7886
steps:
7987
- install_flutter
8088
- checkout
89+
- install_aft
8190
- install_melos
8291
- activate_pana
8392
- run:
@@ -92,6 +101,7 @@ jobs:
92101
steps:
93102
- install_flutter
94103
- checkout
104+
- install_aft
95105
- install_melos
96106
- run:
97107
name: Install junitreport for JUnit XML reports
@@ -125,6 +135,7 @@ jobs:
125135
steps:
126136
- install_flutter
127137
- checkout
138+
- install_aft
128139
- install_melos
129140
- run:
130141
name: Pre-start iOS simulator
@@ -161,6 +172,7 @@ jobs:
161172
steps:
162173
- install_flutter
163174
- checkout
175+
- install_aft
164176
- install_melos
165177
- run:
166178
name: Build example APKs

0 commit comments

Comments
 (0)