Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
taosdata
TDengine
提交
e8a64832
T
TDengine
项目概览
taosdata
/
TDengine
大约 2 年 前同步成功
通知
1192
Star
22018
Fork
4786
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
TDengine
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
e8a64832
编写于
10月 15, 2021
作者:
L
liuyq-617
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
udpate
上级
a12334f8
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
6 addition
and
62 deletion
+6
-62
.drone.yml
.drone.yml
+6
-62
未找到文件。
.drone.yml
浏览文件 @
e8a64832
---
kind
:
pipeline
name
:
test_amd64
platform
:
os
:
linux
arch
:
amd64
steps
:
-
name
:
build
image
:
gcc
commands
:
-
apt-get update
-
apt-get install -y cmake build-essential
-
git submodule update --init --recursive
-
mkdir debug
-
cd debug
-
cmake ..
-
make -j4
trigger
:
event
:
-
pull_request
when
:
branch
:
-
develop
-
master
-
2.0
---
---
kind
:
pipeline
kind
:
pipeline
name
:
test_arm64_bionic
name
:
test_arm64_bionic
...
@@ -33,16 +7,11 @@ platform:
...
@@ -33,16 +7,11 @@ platform:
os
:
linux
os
:
linux
arch
:
arm64
arch
:
arm64
steps
:
steps
:
-
name
:
submodules
image
:
alpine/git
commands
:
-
git submodule init
-
git submodule update --recursive --remote
-
name
:
build
-
name
:
build
image
:
arm64v8/ubuntu:bionic
image
:
arm64v8/ubuntu:bionic
commands
:
commands
:
-
apt-get update
-
apt-get update
-
apt-get install -y cmake build-essential golang-go
-
apt-get install -y cmake
git
build-essential golang-go
-
git submodule update --init --recursive
-
git submodule update --init --recursive
-
mkdir debug
-
mkdir debug
-
cd debug
-
cd debug
...
@@ -65,17 +34,12 @@ platform:
...
@@ -65,17 +34,12 @@ platform:
arch
:
arm64
arch
:
arm64
steps
:
steps
:
-
name
:
submodules
image
:
alpine/git
commands
:
-
git submodule init
-
git submodule update --recursive --remote
-
name
:
build
-
name
:
build
image
:
arm64v8/ubuntu:focal
image
:
arm64v8/ubuntu:focal
commands
:
commands
:
-
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
-
echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections
-
apt-get update
-
apt-get update
-
apt-get install -y -qq cmake build-essential golang-go
-
apt-get install -y -qq
git
cmake build-essential golang-go
-
git submodule update --init --recursive
-
git submodule update --init --recursive
-
mkdir debug
-
mkdir debug
-
cd debug
-
cd debug
...
@@ -150,16 +114,11 @@ platform:
...
@@ -150,16 +114,11 @@ platform:
arch
:
arm
arch
:
arm
steps
:
steps
:
-
name
:
submodules
image
:
alpine/git
commands
:
-
git submodule init
-
git submodule update --recursive --remote
-
name
:
build
-
name
:
build
image
:
arm32v7/ubuntu:bionic
image
:
arm32v7/ubuntu:bionic
commands
:
commands
:
-
apt-get update
-
apt-get update
-
apt-get install -y cmake build-essential golang-go
-
apt-get install -y cmake build-essential golang-go
git
-
git submodule update --init --recursive
-
git submodule update --init --recursive
-
mkdir debug
-
mkdir debug
-
cd debug
-
cd debug
...
@@ -209,16 +168,11 @@ platform:
...
@@ -209,16 +168,11 @@ platform:
arch
:
amd64
arch
:
amd64
steps
:
steps
:
-
name
:
submodules
image
:
alpine/git
commands
:
-
git submodule init
-
git submodule update --recursive --remote
-
name
:
build
-
name
:
build
image
:
ubuntu:xenial
image
:
ubuntu:xenial
commands
:
commands
:
-
apt-get update
-
apt-get update
-
apt-get install -y gcc cmake build-essential golang-go
-
apt-get install -y gcc cmake build-essential golang-go
git
-
git submodule update --init --recursive
-
git submodule update --init --recursive
-
mkdir debug
-
mkdir debug
-
cd debug
-
cd debug
...
@@ -240,16 +194,11 @@ platform:
...
@@ -240,16 +194,11 @@ platform:
arch
:
amd64
arch
:
amd64
steps
:
steps
:
-
name
:
submodules
image
:
alpine/git
commands
:
-
git submodule init
-
git submodule update --recursive --remote
-
name
:
build
-
name
:
build
image
:
ubuntu:bionic
image
:
ubuntu:bionic
commands
:
commands
:
-
apt-get update
-
apt-get update
-
apt-get install -y gcc cmake build-essential golang-go
-
apt-get install -y gcc cmake build-essential golang-go
git
-
git submodule update --init --recursive
-
git submodule update --init --recursive
-
mkdir debug
-
mkdir debug
-
cd debug
-
cd debug
...
@@ -271,15 +220,10 @@ platform:
...
@@ -271,15 +220,10 @@ platform:
arch
:
amd64
arch
:
amd64
steps
:
steps
:
-
name
:
submodules
image
:
alpine/git
commands
:
-
git submodule init
-
git submodule update --recursive --remote
-
name
:
build
-
name
:
build
image
:
ansible/centos7-ansible
image
:
ansible/centos7-ansible
commands
:
commands
:
-
yum install -y gcc gcc-c++ make cmake golang
-
yum install -y gcc gcc-c++ make cmake golang
git
-
git submodule update --init --recursive
-
git submodule update --init --recursive
-
mkdir debug
-
mkdir debug
-
cd debug
-
cd debug
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录