Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chwebdude/labviewbuild
A Azure DevOps Task to build LabVIEW projects
https://github.com/chwebdude/labviewbuild
azure-devops-extension build labview
Last synced: 1 day ago
JSON representation
A Azure DevOps Task to build LabVIEW projects
- Host: GitHub
- URL: https://github.com/chwebdude/labviewbuild
- Owner: chwebdude
- License: lgpl-3.0
- Created: 2019-05-13T15:20:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T01:13:32.000Z (almost 2 years ago)
- Last Synced: 2024-03-27T08:22:49.740Z (8 months ago)
- Topics: azure-devops-extension, build, labview
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=chwebdude.labview-build
- Size: 219 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LabViewBuild
Azure DevOps Task
A task to build NI LabVIEW projects. You can even set the verison of the resulting executable.
## Features
- Build a LabView Project according to it's specification name and target name to a specific output directory.
- Set the file major, minor, patcch and build versions. Autoincrement of build version will be set to off since this doesn't make any sense on a build environment. You should use a build server variable to set the build version instead the LabVIEW internal system.
- Set additional information like company name, file description and copyright.
## Prepartion
You need to have a licenced LabVIEW version on the build server. At the same time the VI Server needs to be activated (Tools/Options/VI Server).
![VI Server](https://raw.githubusercontent.com/chwebdude/LabViewBuild/master/images/VIServer.png)