This commit is contained in:
liuyq-617 2021-05-06 16:33:39 +08:00
parent fc57fad2db
commit dd16e2d95c
1 changed files with 18 additions and 2 deletions

View File

@ -11,7 +11,24 @@ steps:
image: gcc image: gcc
commands: commands:
- apt-get update - 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 psutil
- pip3 install guppy3 - pip3 install guppy3
- pip3 install src/connector/python/linux/python3/ - pip3 install src/connector/python/linux/python3/
@ -27,7 +44,6 @@ steps:
- master - master
- name: crash_gen - name: crash_gen
image: python:3.8 image: python:3.8
commands: commands: