1 Star 0 Fork 18

jjw8610/yugabyte-db

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jenkins_jobs.yml 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
# This file determines the jobs that we run in this branch on Jenkins.
# Default architecture is x86_64
jobs:
- os: alma8
compiler: clang16
build_type: asan
release_artifact: false
- os: centos7
compiler: clang15
build_type: tsan
release_artifact: false
- os: centos7
compiler: clang16
build_type: debug
release_artifact: false
- os: alma8
compiler: clang15
build_type: release
release_artifact: true
- os: alma8
compiler: clang15
build_type: release
architecture: aarch64
release_artifact: true
- os: alma8
compiler: clang16
build_type: debug
architecture: aarch64
release_artifact: false
- os: alma8
compiler: gcc11
build_type: fastdebug
release_artifact: false
- os: mac12
compiler: clang
build_type: release
architecture: arm64
release_artifact: true
- os: mac11
compiler: clang
build_type: release
architecture: x86_64
release_artifact: true
- os: ubuntu20.04
compiler: clang15
build_type: debug
release_artifact: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/jjw8610/yugabyte-db.git
git@gitee.com:jjw8610/yugabyte-db.git
jjw8610
yugabyte-db
yugabyte-db
master

搜索帮助