add: drone.yml config

This commit is contained in:
Tobias Reisinger 2020-06-30 22:14:40 +02:00
parent f7e2f08586
commit 982f891654

19
.drone.yml Normal file
View file

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