secureli icon indicating copy to clipboard operation
secureli copied to clipboard

Run homebrew formula locally in pipeline prior to publish

Open tdurk93 opened this issue 2 years ago • 1 comments

Before releasing our homebrew formula, we should test it locally in the pipeline. This should be done prior to executing secureli-deployment.sh in the pipeline. This is probably best done as a separate step in the pipeline that executes prior to the homebrew formula publish (maybe rename the step Homebrew Formula Generation to Homebrew Formula Publish?)

Acceptance criteria: We build the homebrew formula & run secureli init with the built formula prior to publishing to our tap.

tdurk93 avatar Jan 24 '24 01:01 tdurk93

The current formula template requires fetching published tarball from github so local testing of unpublished build cannot be done until homebrew formula can allow it.

joe-stafford avatar Jan 26 '24 23:01 joe-stafford