added build script

This commit is contained in:
Ell 2023-12-20 22:43:58 +01:00
parent 05818f1c74
commit c540807ecd
2 changed files with 11 additions and 2 deletions

9
.woodpecker/main.yml Normal file
View file

@ -0,0 +1,9 @@
steps:
build:
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet build Contentless
test:
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- dotnet run --project Contentless Test/Content/Contentless.mgcb

View file

@ -4,7 +4,7 @@
"bin/", "bin/",
"Ex*.png" "Ex*.png"
], ],
"logSkipped": false, "logSkipped": true,
"overrides": { "overrides": {
"Copy.*": { "Copy.*": {
"copy": true "copy": true
@ -26,4 +26,4 @@
} }
} }
} }
} }