about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-01-27 20:42:17 +0100
committerEmile <hanemile@protonmail.com>2020-01-27 20:42:17 +0100
commit25034011e0a2477ea276532b2c396e5b7213ca2a (patch)
tree06952fc349603478488afb7b42e77bb6b67b6600
parent436809ce9d1b99b5f1b3ee9baa5cfc9d9e227c90 (diff)
added a drone file
-rw-r--r--.drone.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..2a0c3fe
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,12 @@
+kind: pipeline
+name: default
+
+platform:
+    os: linux
+    arch: amd64
+
+steps:
+- name: build
+    image: golang:latest
+    commands:
+    - go build -o ssh-grab-passwords-map ./...
\ No newline at end of file