added woodpecker integration

This commit is contained in:
Chris Boesch 2023-10-04 14:48:47 +02:00
parent 6dbe0d881e
commit afee8d9c7a
3 changed files with 13 additions and 1 deletions

12
.woodpecker/eowyn.yml Normal file
View file

@ -0,0 +1,12 @@
steps:
eowyn:
image: buddyspencer/ziglang
# image: debian
commands:
- sh ./patches/eowyn.sh
when:
events:
- push
- pull-requests
- cron
cron: "Daily"

View file

@ -39,7 +39,7 @@ do
# Apply the bandages to the wounds, grow new limbs, let
# new life spring into the broken bodies of the fallen.
echo Healing "$true_name"...
patch --output="patches/healed/$true_name.zig" "$broken" "$patch_name"
./test/patch --output="patches/healed/$true_name.zig" "$broken" "$patch_name"
else
echo Cannot heal "$true_name". No patch found.
fi

BIN
test/patch Executable file

Binary file not shown.