appio build

Builds an opcuaapp from an APPIO project

Usage

appio build <options>

Options

Options Description
-h | --help prints the command help
-n | --name APPIO project name

Parent command

appio

Detailed Description

APPIO build buildes a chosen APPIO project, including all generated information-models and the user specific application code. The binaries are created in the build folder inside of the APPIO project. For building, Meson and Ninja are used.

Note

After a successfull build you can publish the opcuaapp with appio publish. This copies the binaries into the publish folder for further use.