about summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-12-16 18:06:36 -0500
committerBen Harris <ben@tilde.team>2020-12-16 18:06:36 -0500
commitcb10768fa14c4b6ec19d050e13a0c3e00c152874 (patch)
tree2da56b45700f5dd1bde994cbeae04f18424a17c3 /.drone.yml
parent837527d487c7e232b36dd87c95a15b7852f2e057 (diff)
move project to subdirectory and add unit testing
day 13 is removed from the test so it doesn't take 4 years
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 42c62bb..09bd08f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,7 +3,8 @@ kind: pipeline
 name: run
 
 steps:
-    - name: run
-      image: mcr.microsoft.com/dotnet/sdk:latest
-      commands:
-          - dotnet run
+  - name: run
+    image: mcr.microsoft.com/dotnet/sdk:latest
+    commands:
+      - dotnet test
+      - dotnet run --project aoc2019/aoc2019.csproj