diff --git a/.drone.yml b/.drone.yml index fac8efc0bf..926883b0ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,19 +7,6 @@ platform: arch: amd64 steps: -- name: build - image: gcc - commands: - - apt-get update - - apt-get install -y cmake build-essential - - mkdir debug - - cd debug - - cmake .. - - make - when: - branch: - - develop - - master - name: smoke_test image: python:3.8