Closed mdavidsaver closed 1 year ago
Adds GHA builds on Linux and Windows. Some using OS packages, and some ADSupport.
The windows DLL job is commented out for now. If fails to correctly find xml2.lib from ADSupport.
xml2.lib
The plugin-test executable is only run with the OS package jobs as I'm unsure how to get boost test on Windows.
plugin-test
I think this is a superset of #465
I think this PR is ready. Now that @ralphlange has merged https://github.com/epics-base/ci-scripts/pull/70, I've updated the .ci submodule added by this PR to point to the main ci-scripts repository.
.ci
Adds GHA builds on Linux and Windows. Some using OS packages, and some ADSupport.
The windows DLL job is commented out for now. If fails to correctly find
xml2.lib
from ADSupport.The
plugin-test
executable is only run with the OS package jobs as I'm unsure how to get boost test on Windows.I think this is a superset of #465