3 Star 0 Fork 1

mirrors_EOSIO/eos

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pipeline.jsonc 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
{
"eosio-code-coverage":
{
"exclude": [ // ignore coverage reports from source filenames matching these PCREs
"^/build/",
"^/coverage/",
"^/.git/",
"^/libraries/eos-vm/",
"^/libraries/wasm-jit/",
"^/node_modules/",
"^/unittests/"
],
"expect": [ // expect coverage reports from source filenames matching these PCREs
"[.]c(pp)?([.]in)?$",
"[.]h(pp)?([.]in)?$"
]
},
"eosio-docker-builds":
{
"environment":
{
"BUILDER_TAG": "v2.0.0"
}
},
"eos-multiversion-tests":
{
"environment":
{
"IMAGE_TAG": "_1-8-0-rc2"
},
"configuration":
[
"170=v1.7.0"
]
},
// eosio-resume-from-state documentation: https://github.com/EOSIO/auto-eks-sync-nodes/blob/master/pipelines/eosio-resume-from-state/README.md
"eosio-resume-from-state":
{
"test":
[
{
"commit": "16074742f8cfd481b029073e6f01bb920a1bad38"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_EOSIO/eos.git
git@gitee.com:mirrors_EOSIO/eos.git
mirrors_EOSIO
eos
eos
master

搜索帮助