zeromq / azmq

C++ language binding library integrating ZeroMQ with Boost Asio
Boost Software License 1.0
318 stars 108 forks source link

Add CI pipelines for building and running test on support platforms #176

Closed aboseley closed 2 years ago

aboseley commented 3 years ago

The link to the build status is dead. We need CI tests to verify the library builds and the unit test pass on the versions and platforms we advertise support for.

aboseley commented 3 years ago

The simplest might be to use github workflows - but I don't have much experience with them. Travis might give us more options for a testing on a range of boost versions and compilers

This branch https://github.com/aboseley/azmq/tree/adam/github-pipeline

Builds and runs the test on ubuntu 18 and 20.

Link to job https://github.com/aboseley/azmq/runs/2806876473