From de3f719a9dcb3326b3186b449b9ec62004328661 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Sun, 18 Apr 2021 23:59:38 +0100 Subject: [PATCH] add drone.yml --- buid.dbg/.drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 buid.dbg/.drone.yml diff --git a/buid.dbg/.drone.yml b/buid.dbg/.drone.yml new file mode 100644 index 00000000..41c554ac --- /dev/null +++ b/buid.dbg/.drone.yml @@ -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