If your repository lives in Bitbucket, you can connect your repository automatically, or connect via SSH if you prefer.
If you prefer SSH, buddybuild will automatically generate a secure SSH key for you to install into your source control system. Buddybuild will use this key to clone your repository.
{% include "../../_common/important-ssh_access.adoc" %}
Let’s get started!
Head over to Bitbucket and find the repository you would like to connect with buddybuild. Within the main page of that repository, look to the top-right for HTTPS URL. Click on the HTTPS dropdown menu and select SSH.
Highlight and copy the SSH URL.
Head over to dashboard, visit Select source and choose SSH.
Paste the SSH URL you copied into the Git clone URL field.
Highlight and copy the generated SSH key.
Navigate to your Bitbucket Account by first selecting your account photo, and then selecting Settings.
Select SSH keys.
Next, select Add key.
Enter Buddybuild as the title, and paste the copied SSH key into the key field.
Next, click Add key.
Warning
|
Private git submodules and private cocoapods If your project depends on any code in other private git repos, the SSH key will need to be added to those repos as well. |
Navigate back to buddybuild and click on the Build button.
Buddybuild will checkout your project code and kick off a simulator build. The build should finish within a few seconds.
That’s it. You’re now connected to buddybuild. The next step is to invite testers to try out your App.