Skip to content
Fraser Greenroyd edited this page Nov 12, 2019 · 5 revisions

Check-Installer

The Check-Installer pipeline answers the question of:

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

This checks all of the files within BHoM_Installer against the branch of the PR 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.

Triggering the check

The Check-Installer check is a computationally intensive check, and will grow as we add more repositories to the installer as time goes on, so this check is not run every time a commit is made to a PR.

To run the check, you need to provide a comment containing

/azp run Your_Toolkit.CheckInstaller

This assumes you have named the pipeline appropriately when setting it up (see here)

Clone this wiki locally