about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-04-22 11:43:27 -0400
committerBen Harris <ben@tilde.team>2020-04-22 11:43:27 -0400
commitc1c77aaf8e77878041cd83387c5b8b2debe210ca (patch)
treef6ca4e01d48bd71d2f5202318b1eaae7938a8ef3
parentca1518a9705ac289875c65c396a2ef7d219492d5 (diff)
add drone config
-rw-r--r--.drone.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..22f3b42
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,10 @@
+---
+kind: pipeline
+name: run
+
+steps:
+    - name: run
+      image: mcr.microsoft.com/dotnet/core/sdk:latest
+      commands:
+          - dotnet test
+