-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Haunt for Scheme as a provider #1198
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks awesome! Just a few minor comments
This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days |
My build plan commands seem out of order, and I can't tell why. This is my plan definition:
So this is what I'd expect the order to be:
But this is what it actually is
|
You can specify phase dependencies. By default the build phase depends on the install phase, but if there is no install you need to specify the dependency manually. build.depends_on_phase("setup") |
This pull request is stale because it has been open 10 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Creates and registers a build provider for Scheme with the static builder Haunt.
Adds a very basic example to test provider.
Adds docs