Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)