LoginSignup
4
1

More than 1 year has passed since last update.

FlutterでBitriseの使うための設定方法

Last updated at Posted at 2022-01-06

概要

  • Bitriseってなに?
  • Bitriseの設定
  • GithubでWebhookを確認する
  • Bitriseが動くかテストする

Bitriseってなに?

モバイルに特化されたCI/CDになります。

CI/CDがわからない人は下記の記事を参考にしてください。

Bitriseの設定

下記の画面で「Add new app」をタップして、ワークスペース、ブランチを指定していきます。

ブランチを選び下記の画像のように同期が始まります。

あとは流れに沿って登録を進めていきます。

GithubでWebhookを確認する

BitriseのWebhookとGithubのリポジトリが紐付いているか確認します。

Payload URLにwebhook urlがあるか確認します、もし誤っている場合は、BitriseのCodeSETUP WEBHOOKでurlを確認しましょう。

Which events would you like to trigger this webhook?のチェックボックスをLet me select individual events.に変更しPushesPull requestsになっているか確認します。

Bitriseが動くかテストする

最後は紐づけたリポジトリでpushしBitriseが動くか確認します。
下記画像のようにRunningになっていたらOKです。

4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1