-
Notifications
You must be signed in to change notification settings - Fork 57
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
Make "pluginval as a dependency" a 1st class citizen #137
Comments
Ok, this runs pluginval, but the command doesn't run in the debugger, the process just exits on fail saying "ninja: failed to build"
This just adds a pluginval target (opens the Pluginval GUI), which is perfect for local dev:
However, on my current error on Windows, with |
Sounds very cool! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jotting this down to keep track of me looking into this. The idea is to have pluginval as a project dependency vs. an external tool.
To be clear (also for GPL licensing reasons), pluginval wouldn't be linked to the plugin and shipped to end users. It's just used locally when debugging.
The benefits are:
@eyalamirmusic and I merged some initial work to enable this a while back.
#78
He has a sample plugin showing how he added a custom target for running:
The text was updated successfully, but these errors were encountered: