add drone.yml
This commit is contained in:
parent
4dcce2cc7e
commit
de3f719a9d
14
buid.dbg/.drone.yml
Normal file
14
buid.dbg/.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- git submodule init
|
||||
- git submodule update --recursive --remote
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
||||
- ./test
|
Loading…
Reference in New Issue
Block a user