If your repository lives in GitLab, you can connect your repository automatically, or connect via SSH if you prefer.
If you prefer SSH, buddybuild automatically generates a secure SSH key for you to install into your source control system. Buddybuild uses this key to clone your repository.
{% include "../../_common/important-ssh_access.adoc" %}
Let’s get started!
Within the main page of your repository, look to the middle of the page for the HTTPS/SSH dropdown. Click it and select SSH (if it is not already selected).
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 Profile Settings by first selecting the menu icon in the top left corner.
In the menu that slides out, select Profile Settings.
Next, select SSH Keys.
Add a new SSH Key by pasting the copied SSH key into the Key field, and entering Buddybuild as the title.
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 needs 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.