From c540807ecd7bdcc1e6a0ff469a044e07b066e76a Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 20 Dec 2023 22:43:58 +0100 Subject: [PATCH] added build script --- .woodpecker/main.yml | 9 +++++++++ Test/Content/Contentless.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .woodpecker/main.yml diff --git a/.woodpecker/main.yml b/.woodpecker/main.yml new file mode 100644 index 0000000..cbc4b89 --- /dev/null +++ b/.woodpecker/main.yml @@ -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 diff --git a/Test/Content/Contentless.json b/Test/Content/Contentless.json index 63ff0e0..4154711 100644 --- a/Test/Content/Contentless.json +++ b/Test/Content/Contentless.json @@ -4,7 +4,7 @@ "bin/", "Ex*.png" ], - "logSkipped": false, + "logSkipped": true, "overrides": { "Copy.*": { "copy": true @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +}