Skip to content

Commit a4848f0

Browse files
Update CI build scripts
1 parent aca9549 commit a4848f0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- run: flutter doctor
4848
- run:
4949
name: Flutter build
50-
command: cd ..; flutter build aot
50+
command: cd ..; flutter build apk
5151
- run:
5252
name: Download Android Dependencies
5353
command: ./gradlew androidDependencies
@@ -98,9 +98,6 @@ jobs:
9898
- run:
9999
name: Install Pods
100100
command: cd ios && pod install --repo-update
101-
- run:
102-
name: Flutter build
103-
command: flutter build aot
104101
- run:
105102
name: Build and run tests
106103
command: cd ios && xcodebuild -allowProvisioningUpdates -workspace Runner.xcworkspace -scheme Runner -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 12 Pro Max,OS=14.3' test | xcpretty

0 commit comments

Comments
 (0)