Skip to content
Fraser Greenroyd edited this page Mar 5, 2021 · 5 revisions

Check Installer

The Check-Installer pipeline answers the question of:

If this pull request is merged to master, could we build a deployable installer from it?

This checks all of the repositories included within the BHoM_Installer against the branch of the pull request of the toolkit being checked, and ensures all repositories included within the installer are built successfully. Any problems are then identified early and able to be handled appropriately.

If any part of the installer fails to build successfully then a failed check will be returned to the pull request.

For BHoMBot, if you have dependant pull requests linked as part of a series, running the check on one pull request will trigger a check result (success or failure depending on the outcome) to all pull requests in the series, as they will have all been tested when requested.

For Azure, each check has to be triggered on each pull request individually.


Trigger commands:

BHoMBot

@BHoMBot check installer

Azure DevOps

/azp run <Your_Toolkit>.CheckInstaller

(where <Your_Toolkit> is the name of your repository).


Clone this wiki locally