You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a high priority feature, but it would be nice to have a macOS executor in Travis that pulls down and installs packages in a given PR (brew is available on the executor, last time I checked).
It'd probably be a little more involved than cloning and installing everything, but some shell-fu could lead to diffing the current PR and only installing the resulting recipes.
Since all good recipes should be implementing their own test block we shouldn't need to do anything other than install the recipe and verify success.
The text was updated successfully, but these errors were encountered:
Not a high priority feature, but it would be nice to have a macOS executor in Travis that pulls down and installs packages in a given PR (brew is available on the executor, last time I checked).
It'd probably be a little more involved than cloning and installing everything, but some shell-fu could lead to diffing the current PR and only installing the resulting recipes.
Since all good recipes should be implementing their own test block we shouldn't need to do anything other than install the recipe and verify success.
The text was updated successfully, but these errors were encountered: