mirror of
https://github.com/Ellpeck/Contentless.git
synced 2024-11-27 17:28:35 +01:00
Compare commits
2 commits
05818f1c74
...
d672f7e4b2
Author | SHA1 | Date | |
---|---|---|---|
d672f7e4b2 | |||
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/Content.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