From 26b2bc73c7cdc44fd8557cf6e3c24feb806f8059 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 11 Nov 2021 00:22:03 -0500 Subject: add drone tests --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml (limited to '.drone.yml') 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 -- cgit 1.4.1