1 Star 0 Fork 0

alexstocks / librdkafka

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.doozer.json 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
{
"targets": {
"xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": [
"build-essential",
"python",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev"
],
"buildcmd": [
"./configure",
"make -j ${PARALLEL}",
"make -C tests build"
],
"testcmd": [
"make -C tests run_local"
],
},
"xenial-i386": {
"_comment": "including liblz4-dev here to verify that WITH_LZ4_EXT works",
"buildenv": "xenial-i386",
"builddeps": [
"build-essential",
"python",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev",
"liblz4-dev"
],
"buildcmd": [
"./configure",
"make -j ${PARALLEL}",
"make -C tests build"
],
"testcmd": [
"make -C tests run_local"
],
},
"xenial-armhf": {
"buildenv": "xenial-armhf",
"builddeps": [
"build-essential",
"python",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev"
],
"buildcmd": [
"./configure",
"make -j ${PARALLEL}",
"make -j ${PARALLEL} -C tests build",
],
"testcmd": [
"cd tests",
"./run-test.sh -p1 -l ./merged",
"cd .."
],
},
"stretch-mips": {
"buildenv": "stretch-mips",
"builddeps": [
"build-essential",
"python",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev"
],
"buildcmd": [
"./configure",
"make -j ${PARALLEL}",
"make -j ${PARALLEL} -C tests build",
],
"testcmd": [
"cd tests",
"./run-test.sh -p1 -l ./merged",
"cd .."
],
},
"cmake-xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": [
"build-essential",
"python",
"zlib1g-dev",
"libssl-dev",
"libsasl2-dev",
"cmake"
],
"buildcmd": [
"cmake -H. -B_builds -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Debug",
"cmake --build _builds",
],
"testcmd": [
"cd _builds",
"ctest -VV -R RdKafkaTestBrokerLess"
],
}
},
"artifacts": ["config.log", "Makefile.config", "config.h"]
}
1
https://gitee.com/AlexStocks/librdkafka.git
git@gitee.com:AlexStocks/librdkafka.git
AlexStocks
librdkafka
librdkafka
master

搜索帮助