Update the drone pipeline

This commit is contained in:
Nikolai Rodionov 2023-09-18 15:29:37 +02:00
parent 818d52b014
commit 834360f366
No known key found for this signature in database
GPG Key ID: 906851F91B1DA3EF

View File

@ -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