add: drone.yml

This commit is contained in:
Tobias Reisinger 2020-06-29 18:35:09 +02:00
parent fb66480873
commit 43dac8fd32

16
.drone.yml Normal file
View file

@ -0,0 +1,16 @@
kind: pipeline
name: default
steps:
- name: test
image: serguzim/emgauwa-builder
pull: always
commands:
- mkdir build
- cd build
- cmake ..
- make test
trigger:
branch:
- dev