2 Star 6 Fork 7

mirrors_Qihoo360/tensornet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
jiangxinglei 提交于 2024-06-17 16:09 . Compat sparse table file
tn_build:
stage: build
tags:
- image-unlocked
image:
name: r.addops.soft.360.cn/sycp-container/centos7.2:base
variables:
NEED_PREPARE_ENV: "true"
before_script:
- mkdir -p ${HOME}/.config/pip
- |
cat > "${HOME}/.config/pip/pip.conf" <<END
[global]
index-url = ${NEXUS3_PYPI_REPO}
END
script:
- sed -i "s|https://github.com|${NEXUS3_HEADER}/github.com|g" WORKSPACE
- ./manager build
- ./manager copy-libs
- ./manager test
cache:
- key: cache-$CI_COMMIT_REF_NAME
paths:
- /root/.cache/bazel/_bazel_root/cache
- /root/.cache/bazel/_bazel_root/install
- /root/micromamba/pkgs
when: manual
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mirrors_Qihoo360/tensornet.git
git@gitee.com:mirrors_Qihoo360/tensornet.git
mirrors_Qihoo360
tensornet
tensornet
master

搜索帮助