akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.05k stars 809 forks source link

GitHub Actions #560

Closed akheron closed 3 years ago

akheron commented 3 years ago

Move from Travis to GitHub actions. Keep AppVeyor to build on older Visual Studio versions, too.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 95.39% when pulling b9a0e9a60a0126d03f3234590154da867610c156 on github-actions into fd3e9e3051fa17d293db7974863d84b512457528 on master.

ploxiln commented 3 years ago

just for macOS+autotools, it appears you need to add a step like:

    run: brew install automake autoconf

also, it looks like the plain "build" step of the autotools job is missing, not sure if that's intentional

akheron commented 3 years ago

There’s a lot still missing. My goal is to finish this in the near future :)

akheron commented 3 years ago
akheron commented 3 years ago

Decided to keep AppVeyor because GitHub actions only seems to support the newest Visual Studio.