zivid / zivid-cpp-samples

Code samples for the usage of a Zivid 3D camera in C++
BSD 3-Clause "New" or "Revised" License
21 stars 16 forks source link

Set up CI for Linux and Windows #3

Closed nedrebo closed 5 years ago

nedrebo commented 5 years ago

Set up a CI for building on the supported platforms (W10, U16, U18).

We use Azure Pipelines for CI.

Refer to https://github.com/zivid/zivid-python for how to do it, especially look into https://github.com/zivid/zivid-python/blob/master/azure-pipelines.yml. Building this repository should be very similar, just simpler since all the Python things can be skipped.

Ask @nedrebo for help enabling this in Azure and @apartridge or @trym-b for code changes.

nedrebo commented 5 years ago

This is only partially fixed by #13. Still missing building with warnings, clang-tidy and coverage on Windows and Ubuntu 16.04 as well.

nedrebo commented 5 years ago

@knatten Please re-open, seems I cannot do it (https://stackoverflow.com/a/21333938).

nedrebo commented 5 years ago

This issue seems to have been split into #15, #16 and #17. No need for re-opening.

knatten commented 5 years ago

Yeah I split it into more focused issues. Should have made a note about it here.