gpt4 book ai didi

使用 Bitbucket 的 Flutter 管道

转载 作者:行者123 更新时间:2023-12-04 03:38:25 24 4
gpt4 key购买 nike

我想创建用于在 Bitbucket 上轻松构建 Flutter(Android/iOS) 应用程序的管道。不幸的是,我没有找到任何文章或指南。是否有可能?

最佳答案

image: cirrusci/flutter

pipelines:
branches:
dev:
- step:
name: Run unit tests
script:
- flutter test
- step:
name: Build web
script:
- flutter build web
- step:
name: Deploy to Firebase
deployment: production
script:
- pipe: atlassian/firebase-deploy:1.1.0
variables:
PROJECT_ID: $PROJECT_ID
KEY_FILE: $FIREBASE_KEY_FILE
DEBUG: 'true'
BUILD_DIR: $BUILD_DIR/web/
main:
- step:
name: Run unit tests
script:
- flutter pub get
- flutter test

关于使用 Bitbucket 的 Flutter 管道,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66504492/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com