ci: initial woodpecker config

This commit is contained in:
Jack Bond-Preston 2022-07-07 13:44:56 +01:00
parent 994a5095ca
commit 09d97d4949
Signed by: jack
GPG Key ID: 010071F1482BA852

7
.woodpecker.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: mcr.microsoft.com/dotnet/sdk
commands:
- ls
branches: [ main, ci-testing ]