Skip to content

Commit 05d8406

Browse files
committed
Update .circleci/config.yml
1 parent 4f0d750 commit 05d8406

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.circleci/config.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
version: 2
1+
# For a detailed guide to building and testing on iOS, read the docs:
2+
# https://circleci.com/docs/2.0/testing-ios/
3+
4+
version: 2.1
5+
26
jobs:
37
build:
48
docker:
59
- image: cirrusci/flutter:latest
6-
7-
branches:
8-
only: master
9-
1010
steps:
1111
- checkout
12-
1312
- run:
1413
name: Run Flutter doctor
1514
command: flutter doctor
16-
1715
- run:
1816
name: Build the Android version
19-
command: flutter build apk
20-
21-
#- store_artifacts:
22-
# path: build/app/outputs/apk/release/app-release.apk
17+
command: flutter build apk

0 commit comments

Comments
 (0)