Closed vossjannik closed 10 months ago
Build using meson and cmake in parallel, collect the artifacts from both, and if we are on the master branch, add a github release.
meson
cmake
Version number is automatically obtained using adstool --version, -github-<RunNumber> is appended for the GitHub release.
adstool --version
-github-<RunNumber>
One release artifact called linux-x64.zip that contains the shared library objects (*.so*) and the adstool.
linux-x64.zip
*.so*
adstool
merged as https://github.com/Beckhoff/ADS/commit/20d4a67970a6b954b32f6e51caf622da26adc13c
Build using
meson
andcmake
in parallel, collect the artifacts from both, and if we are on the master branch, add a github release.Version number is automatically obtained using
adstool --version
,-github-<RunNumber>
is appended for the GitHub release.One release artifact called
linux-x64.zip
that contains the shared library objects (*.so*
) and theadstool
.