concurrencykit / ck

Concurrency primitives, safe memory reclamation mechanisms and non-blocking (including lock-free) data structures designed to aid in the research, design and implementation of high performance concurrent systems developed in C99+.
http://concurrencykit.org/
Other
2.35k stars 312 forks source link

Add Cirrus-CI config for testing FreeBSD #139

Closed lwhsu closed 5 years ago

lwhsu commented 5 years ago

Before merging this, we need to get #138 fixed, and after merging, we need to add Cirrus-CI to this repository: https://cirrus-ci.org/

sbahra commented 5 years ago

Thanks for this!