aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-02-08 14:12:52 +0100
committerAlex Auvolat <alex@adnab.me>2021-02-08 14:12:52 +0100
commitaf6dd951074dbde0bfeb9cae0fff9a4ee34d4f3c (patch)
tree9a32d42bbaa84687fc3400653754065760264c08
parente4b5c67be0594575ef1f2ea729012ea5ad030a6a (diff)
downloadbottin-af6dd951074dbde0bfeb9cae0fff9a4ee34d4f3c.tar.gz
bottin-af6dd951074dbde0bfeb9cae0fff9a4ee34d4f3c.zip
test add drone CI
-rw-r--r--.drone.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..853c5f2
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,7 @@
+pipeline:
+ build:
+ image: golang:stretch
+ commands:
+ - go get -d -v
+ - go build -v
+