cloud-builders-community icon indicating copy to clipboard operation
cloud-builders-community copied to clipboard

Add flutter cloud builder

Open arthurgustin opened this issue 6 years ago • 6 comments

Hello, any plans to support flutter cloud builder ? I would to use cloudbuild.yaml in my CI to build new release of my flutter application :)

arthurgustin avatar Jun 14 '18 20:06 arthurgustin

We would love to see a Flutter builder contribution to the Community Builders repo. Interested? See the Contributing section for instructions.

bendory avatar Jun 14 '18 21:06 bendory

I'd like too, I will try to manage time to do it

arthurgustin avatar Jun 14 '18 21:06 arthurgustin

Fantastic! We don't have any Flutter experience here on the cloud-builders team, but we're happy to iterate with you and help you with the process of creating a community builder.

bendory avatar Jun 14 '18 21:06 bendory

Not very familiar with cloud builder but does it/docker support macOS containers with xcode? Otherwise, having a Flutter cloud builder would only be partially useful.

xster avatar Jun 15 '18 22:06 xster

@xster Cloud builders are meant to be executed in the cloud, and anyway I think docker works on macOS. I made a PR https://github.com/GoogleCloudPlatform/cloud-builders-community/pull/70, I'm waiting for a reviewer to help me

arthurgustin avatar Jun 16 '18 08:06 arthurgustin

I posted a patch capable or building Android APKs and running unit test targets.

chinmaygarde avatar Jun 16 '18 20:06 chinmaygarde