flutter-app-template icon indicating copy to clipboard operation
flutter-app-template copied to clipboard

CI scripts to build and package using Aure

Open joeblew99 opened this issue 5 years ago • 1 comments

I am using Azure pipelines because it allows you to build and test on real desktops and mobiles. I have not tried it with flutter and python but it should work.

https://dev.azure.com/

It is easy to use and connects to github. Its also very fast. Maybe 20 seconds and the app is built. You can pick different OS versions, so you will see when things break before users do.

I noticed that you using python for build and packaging. I have not checked if you can use python easily using azure pipelines. https://docs.microsoft.com/en-us/azure/devops/pipelines/languages/python?view=azure-devops

joeblew99 avatar Aug 23 '19 11:08 joeblew99

Looks interesting. I will check it out. Thank you

gliheng avatar Oct 11 '19 00:10 gliheng