From ccde733793eecea9423e5ec207015a97e1126b59 Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 1 Sep 2018 11:00:08 +0200 Subject: [PATCH] Add a drone.yml for tea-ci. --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..03e02895a --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +build: + image: teaci/msys32 + shell: sh + commands: + - make PREFIX=/tmp/acki +ack + -- 2.34.1