zeromq / cppzmq

Header-only C++ binding for libzmq
http://www.zeromq.org
MIT License
1.94k stars 757 forks source link

Problem: Actions, travis and appveyor for CI #507

Closed gummif closed 3 years ago

gummif commented 3 years ago

Solution: Use only github actions

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1038228674


Totals Coverage Status
Change from base Build 1038222240: 0.0%
Covered Lines: 794
Relevant Lines: 925

💛 - Coveralls
gummif commented 3 years ago

@sigiesec or @bluca any objections to these recent changes? I converted travis and appveyor CI to github actions and got coveralls working again.

bluca commented 3 years ago

No OSX coverage?

gummif commented 3 years ago

I'm having trouble building libzmq with error unable to include <gnutls/gnutls.h> even if it's installed (https://github.com/zeromq/cppzmq/runs/3085863247?check_suite_focus=true). Any thought how to work around that?

bluca commented 3 years ago

it should be available in homebrew, you don't need to build it

gummif commented 3 years ago

OK thanks, macOS has been added.