Skip to content

Commit

Permalink
chore(ci): Use aft in CircleCI
Browse files Browse the repository at this point in the history
commit-id:58c2392c
  • Loading branch information
Dillon Nys committed Jul 14, 2022
1 parent a4df75e commit c4ebd22
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,14 @@ commands:
- run:
name: Install and set up melos
command: |
flutter pub global activate melos 1.3.0
melos bootstrap
flutter pub global activate melos
install_aft:
steps:
- run:
name: Install and set up aft
command: |
flutter pub global activate -spath packages/aft
aft bootstrap
activate_pana:
steps:
- run:
Expand All @@ -56,6 +62,7 @@ jobs:
steps:
- install_flutter
- checkout
- install_aft
- install_melos
- run: melos run format

Expand All @@ -64,6 +71,7 @@ jobs:
steps:
- install_flutter
- checkout
- install_aft
- install_melos
- run:
name: Analyze Dart/Flutter Code
Expand All @@ -78,6 +86,7 @@ jobs:
steps:
- install_flutter
- checkout
- install_aft
- install_melos
- activate_pana
- run:
Expand All @@ -92,6 +101,7 @@ jobs:
steps:
- install_flutter
- checkout
- install_aft
- install_melos
- run:
name: Install junitreport for JUnit XML reports
Expand Down Expand Up @@ -125,6 +135,7 @@ jobs:
steps:
- install_flutter
- checkout
- install_aft
- install_melos
- run:
name: Pre-start iOS simulator
Expand Down Expand Up @@ -161,6 +172,7 @@ jobs:
steps:
- install_flutter
- checkout
- install_aft
- install_melos
- run:
name: Build example APKs
Expand Down

0 comments on commit c4ebd22

Please sign in to comment.