From 302cb46953f4dcad9cb3d9446ce020a46adaeaff Mon Sep 17 00:00:00 2001 From: liuyq-617 Date: Thu, 6 May 2021 16:40:51 +0800 Subject: [PATCH] test --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) 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 -- GitLab