1 Star 0 Fork 19

MycatOne / yugabyte-db

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jenkins_jobs.yml 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
# This file determines the jobs that we run in this branch on Jenkins.
# Default architecture is x86_64
jobs:
- os: alma8
compiler: clang12
build_type: asan
release_artifact: false
- os: centos7
compiler: clang7
build_type: tsan
release_artifact: false
- os: centos7
compiler: clang11
build_type: debug
release_artifact: false
- os: alma8
compiler: clang12
build_type: release
release_artifact: true
- os: alma8
compiler: clang11
build_type: release
architecture: aarch64
release_artifact: true
- os: alma8
compiler: clang11
build_type: debug
architecture: aarch64
release_artifact: false
- os: alma8
compiler: gcc9
build_type: debug
release_artifact: false
- os: mac11.6
compiler: clang
build_type: debug
release_artifact: false
- os: mac11.6
compiler: clang
build_type: release
release_artifact: true
- os: ubuntu20.04
compiler: gcc9
build_type: debug
release_artifact: false
C++
1
https://gitee.com/MycatOne/yugabyte-db.git
git@gitee.com:MycatOne/yugabyte-db.git
MycatOne
yugabyte-db
yugabyte-db
master

搜索帮助