提交 dd16e2d9 编写于 作者: L liuyq-617

test

上级 fc57fad2
......@@ -11,7 +11,24 @@ steps:
image: gcc
commands:
- apt-get update
- apt-get install -y cmake build-essential python3.8 python3-pip
- apt-get install -y cmake build-essential
- pip3 install psutil
- pip3 install guppy3
- pip3 install src/connector/python/linux/python3/
- mkdir debug
- cd debug
- cmake ..
- make
when:
branch:
- develop
- master
- name: smoke_test
image: python:3.8
commands:
- apt-get update
- apt-get install -y cmake build-essential gcc
- pip3 install psutil
- pip3 install guppy3
- pip3 install src/connector/python/linux/python3/
......@@ -27,7 +44,6 @@ steps:
- master
- name: crash_gen
image: python:3.8
commands:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册