
Probo.CI is a continuous integration and collaboration tool that helps break down the barriers inherent in a software development project. Probo works with git on a per-pull-request basis to ensure that you never merge code into any branch before it has been tested and approved. You can also use Probo to construct a build from a commit.
The first step to using Probo is logging in to the Probo Portal, where you can sync your repositories, view your builds, and access build information like the console output.
Go to the Probo Portal and log in with your GitHub, Bitbucket, or GitLab account. On the authorization page, grant Probo permission to access your repos. Back in the portal, enter your user information and click Submit.
After logging in, you will land on the Probo dashboard, which contains a list of all your available repositories.
Whenever you add a new repository, click the Sync Repos button to update your list on this page.
You can test the connection between Probo.CI and your repository by creating a dummy configuration file. Create a new branch and add a file named .probo.yaml to the root of your repository with the following:
Create a new pull request for this branch or select the branch you just committed to from the build branches/commits drop-down. If the check passes and the connection is successful, you can begin configuring your Probo build.
If you want a more robust starting point for checking out Probo in action, see one of our Demonstration Repositories for samples of the many different technologies we support.

When you sign up for a Probo.CI registration code, you will get a two week trial of the plan of your choosing. For more information on how to get started, click here .
LEARN MORE ABOUT PROBO.CI'S PRICING