使用 flutter 做项目,
每次都需要打包 ios / android 的安装包
然后发布到 github 去给团队测试
这一步能做成自动化吗?
1
densuc 2021-07-15 17:16:55 +08:00
Github Action
|
2
ilaipi 2021-07-15 17:17:02 +08:00
Github Actions,研究一下
|
3
thet 2021-07-15 17:23:41 +08:00
|
4
AoEiuV020 2021-07-15 17:40:23 +08:00
写过 github actions 配置,可以参考下,
https://github.com/AoEiuV020/FlutterDemo/blob/master/.github/workflows/main.yml |
5
ClericPy 2021-07-15 18:43:18 +08:00
Github actions 挺好用的
以前开源项目走 Travis CI 也不错 现在公司项目 gitlab 的 runner 有局限走的 Jenkins 也没啥问题 看起来你可以搜一下 CI/CD 相关的 |