logmanoriginal / lvssh2

LabVIEW­ bindings for libssh2
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

azure-pipelines: Use strategy to configure build configurations #21

Closed logmanoriginal closed 1 week ago

logmanoriginal commented 1 week ago

The build pipeline currently makes no assumption on the build agent and simply builds for both x86 and x64 targets. It is then up to the agent to use whatever it can handle. The problem with this approach is that it is not clear to the viewer that only the x86 or x64 target has been tested (in fact, only the x86 target is tested).

This changes the pipeline to specify the target and configuration explicitly.