Update the drone pipeline
This commit is contained in:
parent
818d52b014
commit
834360f366
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user