-
Notifications
You must be signed in to change notification settings - Fork 21
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
Dev/CI Tools Integration Points #62
Comments
I would alter this slightly. Here is what I suggest.
My goal with this is not to integrate CI tools directly into this package but make it very easy for additional packages to integrate with this. |
…ng and consideration of directory layout.
done the search directory as <vi.lib>\G CLI Tools. Then ratrher than having --tool instead if the file doesn't exist locally we will search this directory. The name can still use directories so for example wiresmith\lvbuild will extend to <vi.lib>\G CLI Tools\wiresmith\lvbuild.vi Now need to build a demo tool for testing and demonstration purposes. |
As a tool developer I want to make it as easy as possible to call my tools.
One way we can tool this is to have a CLI Tools directory. If we don't find a VI locally, we can search here.
That way, as a developer, I can install a launcher into this directory for my-tool.vi and then users can just type labview-cli my-tool.vi to launch it.
A future evolution might be to have LabVIEW specific folders to avoid compilations but we will start simple.
The text was updated successfully, but these errors were encountered: