about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-11-11 00:22:03 -0500
committerBen Harris <ben@tilde.team>2021-11-11 00:22:20 -0500
commit26b2bc73c7cdc44fd8557cf6e3c24feb806f8059 (patch)
tree1a685c1d0ded14717c1eebf421a193f2b6a40a96 /.drone.yml
parent1917e0f774d815fdf16eaa8f22d6b9fb9b1518f8 (diff)
add drone tests
Diffstat (limited to '.drone.yml')
-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..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