diff --git a/.drone.yml b/.drone.yml index f0e2974a2a8724fbb8f06111018cf45634f8616e..07d31cb11836828c9e838ca28efc6aa06755dec5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: