about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml10
-rw-r--r--README.md2
2 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..2a1ec01
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,10 @@
+---
+kind: pipeline
+name: run
+
+steps:
+  - name: run
+    image: mcr.microsoft.com/dotnet/sdk:6.0
+    commands:
+      - dotnet test
+      - dotnet run --project aoc2021/aoc2021.csproj
diff --git a/README.md b/README.md
index db2beb7..cdcd247 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
 # aoc2021
 
+[![Build Status](https://drone.tildegit.org/api/badges/ben/aoc2021/status.svg)](https://drone.tildegit.org/ben/aoc2021)
+
 let's see how far i get this year