Skip to content

Commit 5061867

Browse files
authored
Merge pull request #14 from dnfield/fix_ci
Update docker container to include SDK 27
2 parents c1440ae + 2f97dc4 commit 5061867

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.ci/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM cirrusci/flutter:latest
2+
3+
RUN yes | sdkmanager \
4+
"platforms;android-27" \
5+
"build-tools;27.0.3" \
6+
"extras;google;m2repository" \
7+
"extras;android;m2repository"

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
task:
22
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
33
container:
4-
image: cirrusci/flutter:latest
4+
dockerfile: .ci/Dockerfile
55
cpu: 4
66
memory: 8G
77
upgrade_script:

0 commit comments

Comments
 (0)