[reSIProcate] Windows users: continuous integration server?
Gregor Jasny
gjasny at googlemail.com
Sun Mar 29 11:07:30 CDT 2020
Hello Daniel,
On 29.03.20 17:07, Daniel Pocock wrote:
> (this was sent on resiprocate-users in August 2013, but I thought it
> worth restarting the discussion here)
>
>
> Hi all,
>
> We're successfully using travis-ci.org for continuous integration builds
> for Linux
>
> Is anybody aware of a similar service for Windows builds?
For prometheus-cpp I'm happily using github actions. It provides free
runners for Linux, macOS, and Windows.
Combined with vcpkg for package management it provides everything I need.
The workflow is here: >
https://github.com/jupp0r/prometheus-cpp/blob/master/.github/workflows/continuous-integration-workflow.yml
Thanks,
Gregor
More information about the resiprocate-devel
mailing list