about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-12-06 13:48:13 -0500
committerBen Harris <ben@tilde.team>2019-12-06 13:48:13 -0500
commitd5f9ca0bbcd0d46fdd6a6d9c597f0354d170fea9 (patch)
tree44aa10b9ae74e5a6983751645a8f023d054a5d77 /.drone.yml
parent17506f7a294d1bd6367b81306210fe6623ec137c (diff)
try drone
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..f62f38f
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,14 @@
+---
+kind: pipeline
+name: run
+
+trigger:
+    branch:
+        - master
+
+steps:
+    - name: run
+      image: mcr.microsoft.com/dotnet/core/sdk:latest
+      commands:
+          - dotnet run
+