add drone.yml

This commit is contained in:
Henry Case 2021-04-18 23:59:38 +01:00
parent 4dcce2cc7e
commit de3f719a9d

14
buid.dbg/.drone.yml Normal file
View 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