From 834360f366cfd7b6f860046338f7373f9cb61daa Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Mon, 18 Sep 2023 15:29:37 +0200 Subject: [PATCH] Update the drone pipeline --- .drone.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index f5a7c65..e7f09ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,6 @@ trigger: event: - tag -trigger: - branch: - exclude: - - main - event: - - push - steps: - name: Build image: ubuntu:22.04 @@ -32,6 +25,7 @@ steps: cmake -B build -S ./ \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev + - cmake --build build - name: Prepare files for release image: ubuntu:22.04