JamesMc86 / G-CLI

A proxy mechanism allow LabVIEW programs to easily write out to the command line.
BSD 2-Clause "Simplified" License
71 stars 19 forks source link

lvBuild missing in VIP #166

Open MarcoPignati opened 8 months ago

MarcoPignati commented 8 months ago

In this justfile https://github.com/JamesMc86/G-CLI/blob/main/justfile the lvBuild.vi is used in commands like this one: g-cli {{g_cli_args}} lvBuild -- {{lv_proj}} "CWD Test" however the lvBuild vi does not come when installing the latest released vip.

I found the vi here https://github.com/JamesMc86/G-CLI-lvBuild, but I do not understand how this is related to the g-cli 3.0.x

MarcoPignati commented 8 months ago

actually there is a vip here https://github.com/JamesMc86/G-CLI-lvBuild/releases/download/v0.1.0/wiresmith_technology_lib_g_cli_labview_builder-0.1.0.7.vip that installs the required dependencies. after that I can run a test command such as g-cli -v --lv-ver 2020 lvBuild -- "project.lvproj" "my-build"

Not the best, but for me it can be closed