We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1440ae + 2f97dc4 commit 5061867Copy full SHA for 5061867
.ci/Dockerfile
@@ -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
@@ -1,7 +1,7 @@
task:
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_PR == ''
container:
- image: cirrusci/flutter:latest
+ dockerfile: .ci/Dockerfile
cpu: 4
memory: 8G
upgrade_script:
0 commit comments