1 Star 0 Fork 0

WangYue0426/pastix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 662 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tony Delarue 提交于 2021-08-25 14:45 . Pastix benchmarking
---
image: registry.gitlab.inria.fr/solverstack/docker/distrib
stages:
- bench
- build
- test
- analyse
- sonar
- deploy
before_script:
- git submodule update --init --recursive
- source .gitlab/env.sh ${VERSION}
- unset SPM_DIR # Make sure we don't use the installed spm
- if [ ! -z "$SPM_DIR" ]; then source $SPM_DIR/bin/spm_env.sh; fi
- echo "VERSION=${VERSION}"
- mkdir -p build
include:
- .gitlab/benchmark.yml
- .gitlab/common.yml
- .gitlab/build.yml
- .gitlab/test.yml
- .gitlab/test_wrapper.yml
- .gitlab/coverage.yml
- .gitlab/sonarqube.yml
- .gitlab/pages.yml
- .gitlab/release.yml
- .gitlab/coverity.yml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangyue0426/pastix.git
git@gitee.com:wangyue0426/pastix.git
wangyue0426
pastix
pastix
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385