add drone tests
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-11-11 00:22:03 -05:00
parent 1917e0f774
commit 26b2bc73c7
2 changed files with 12 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -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

View File

@ -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