UNPKG

rdkafka

Version:

Direct node wrappers over C++ librdkafka API

14 lines (12 loc) 229 B
language: c cache: ccache compiler: - gcc - clang os: - linux - osx before_script: ccache -s || echo "CCache is not available." script: ./configure && make -j2 all examples check && make -C tests run_local sudo: false