aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-02-24 17:43:23 +0100
committerAlex Auvolat <alex@adnab.me>2021-02-24 17:43:23 +0100
commit662901496d3d00b776a9ece90d78db4ecfd13fc8 (patch)
tree3379d6963955f8a033c48c78d5e5bfbc8a15fc7c /.drone.yml
parent036d574c9a2681981e6ea3e5f1486d54893ec78e (diff)
downloadguichet-662901496d3d00b776a9ece90d78db4ecfd13fc8.tar.gz
guichet-662901496d3d00b776a9ece90d78db4ecfd13fc8.zip
add Drone CIHEADmaster
Diffstat (limited to '.drone.yml')
-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
+