最初のアプリを追加する
Bitriseにアプリを追加するということは、ビルドを実行できるようにリポジトリへのアクセスを設定することを意味します。プロジェクトスキャナーはプラットフォームタイプを判別し、アプリをビルドしてデプロイするためのデフォルトのワークフローを生成します。
を追加する アプリ Bitrise へのアクセスとは、ビルドを実行できるようにリポジトリへのアクセスを設定することを意味します。プロセス中に、私たちはまた、 プロジェクトスキャナー アプリのプラットフォーム タイプ (iOS など) を検出し、デフォルトを生成します。 ワークフロー 必要なすべてを備えた 手順 アプリをビルドしてデプロイします。
プロジェクトスキャナー
プラットフォーム/フレームワークをサポートするということは、プロジェクトスキャナーがアプリのタイプを検出し、そのタイプに基づいて基本的なBitrise構成をセットアップできることを意味します。ビルド方法に関係なく、他のアプリも追加できますが、手動で構成する必要があります。
Each Bitrise project is owned by a Workspace and most projects, with the exception of public projects, require some form of authentication to be able to access the repository.
To add a new project to Bitrise:
-
On the Bitrise CI page, click the button.
You can also open the dropdown menu next to the button to add a new project from the CLI.
-
Select the Workspace that will own the project.
-
Set the project to private or public. This settings can't be changed later.
-
Private projects are only accessible to the Workspace members. They need to authenticate themselves to view the project's details.
-
Public projects expose their configuration file and build logs to everyone who has the link.
-
-
Connect a repository. You can:
-
Connect your GitHub account or organization to Bitrise via the GitHub App integration and select an available repository. We strongly recommend this method if you are using a GitHub repository.
-
Connect your Git provider account to Bitrise via an OAuth application and select an available repository.
-
Enter a repository URL manually.
-
-
Configure authorization to allow Bitrise to access the repository. There are multiple ways to do so, depending on the type of your project:
-
Public projects don't require authorization.
-
Private projects that are accessed via the GitHub App integration don't need additional authorization.
-
Private projects with SSH URLs, accessed via OAuth applications, require configuring an SSH key. Bitrise can do this automatically or you can create and register your own SSH key pair.
-
Private projects with HTTPS URLs, accessed via OAuth applications, require HTTPS authorization with a personal access token. We recommend using a token with only read access.
-
-
Set the default branch of the project and decide if you want our project scanner to scan the code on the branch.
-
If your repository is connected, you can select an available branch from a dropdown menu.
-
If you entered a repository URL manually, you need to type a valid branch name.
リポジトリの URL
あなたはできるでしょう プロジェクトのリポジトリ URL を変更する 後で。アカウントを Git プロバイダー サービスにいつでも接続または切断することもできます。
-
-
Configure the project settings. You can either modify and confirm the automatically generated settings, or create a configuration manually.
The configuration sets a stack, machine type, and a project root directory, among other things. The exact parameters to configure depends on the project type.
-
必要に応じて、画像をアップロードしてアプリアイコンを追加します。
-
するには Webhook が必要です ビルドを自動的にトリガーする.アプリの Webhook はいつでも設定できるので、今はスキップしてかまいません。
Projects with the GitHub App integration don't need a webhook.
-
Once you are done, click editing your Workflows and run builds. to go to the newly added project's home page. From there, you can start