mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-22 07:23:30 +01:00
added build script
This commit is contained in:
parent
05818f1c74
commit
c540807ecd
2 changed files with 11 additions and 2 deletions
9
.woodpecker/main.yml
Normal file
9
.woodpecker/main.yml
Normal 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
|
|
@ -4,7 +4,7 @@
|
|||
"bin/",
|
||||
"Ex*.png"
|
||||
],
|
||||
"logSkipped": false,
|
||||
"logSkipped": true,
|
||||
"overrides": {
|
||||
"Copy.*": {
|
||||
"copy": true
|
||||
|
@ -26,4 +26,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue