This commit is contained in:
parent
8cd9dfba1d
commit
be46b988d1
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
steps:
|
||||
- name: build
|
||||
image: xwtkdym/ubuntu:ci
|
||||
commands:
|
||||
- cmake . -Bbuild
|
||||
- cmake --build build --target
|
||||
- cmake --build build --install
|
Loading…
Reference in New Issue
Block a user