diff options
author | Alex Auvolat <alex@adnab.me> | 2021-02-08 14:12:52 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-02-08 14:12:52 +0100 |
commit | af6dd951074dbde0bfeb9cae0fff9a4ee34d4f3c (patch) | |
tree | 9a32d42bbaa84687fc3400653754065760264c08 | |
parent | e4b5c67be0594575ef1f2ea729012ea5ad030a6a (diff) | |
download | bottin-af6dd951074dbde0bfeb9cae0fff9a4ee34d4f3c.tar.gz bottin-af6dd951074dbde0bfeb9cae0fff9a4ee34d4f3c.zip |
test add drone CI
-rw-r--r-- | .drone.yml | 7 |
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 + |