1 Star 0 Fork 0

tugraph/fma-common

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.aci.yml 682 Bytes
一键复制 编辑 原始数据 按行查看 历史
tugraph 提交于 2022-08-30 10:26 . init
version: "1.0"
git:
submodule: true
timeout: 120
agent:
docker:
image: reg.docker.alibaba-inc.com/fma/tugraph-env-centos7.3:1.0.2
environments:
- CTEST_OUTPUT_ON_FAILURE: "1"
stages:
- TEST-AND-CODECOV
test-and-codecov:
stage: TEST-AND-CODECOV
steps:
- plugin: clone
- plugin: shell
resources:
cpu: 8
mem: 16
disk: 20
inputs:
image: reg.docker.alibaba-inc.com/fma/tugraph-env-centos7.3:1.0.2
command:
- |
bash ./cpplint/check_all.sh
mkdir -p build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Coverage
make -j6
cd output
./unit_test -t all
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/tugraph/fma-common.git
git@gitee.com:tugraph/fma-common.git
tugraph
fma-common
fma-common
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385