diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-10-04 12:54:59 +0000 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2023-10-04 12:54:59 +0000 |
| commit | 4b1ba69270cbd2335cab7512872585d9d4bd74c1 (patch) | |
| tree | 2cb109cc7b7d0da531473f356d0e8733284dcfde /.woodpecker | |
| parent | a2864032505f0e6d795471e4375dd9a0c668bbc3 (diff) | |
| parent | afee8d9c7a4e8b727d21993c6f890d52943d55cd (diff) | |
Merge pull request 'added woodpecker integration' (#6) from woodpecker into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/6
Diffstat (limited to '.woodpecker')
| -rw-r--r-- | .woodpecker/eowyn.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.woodpecker/eowyn.yml b/.woodpecker/eowyn.yml new file mode 100644 index 0000000..093bb6d --- /dev/null +++ b/.woodpecker/eowyn.yml @@ -0,0 +1,12 @@ +steps: + eowyn: + image: buddyspencer/ziglang + # image: debian + commands: + - sh ./patches/eowyn.sh + when: + events: + - push + - pull-requests + - cron + cron: "Daily" |
