mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 19:40:48 -05:00
11 lines
186 B
YAML
11 lines
186 B
YAML
steps:
|
|
eowyn:
|
|
image: ziglings/ziglang
|
|
commands:
|
|
- sh ./patches/eowyn.sh
|
|
when:
|
|
events:
|
|
- push
|
|
- pull-requests
|
|
- cron
|
|
cron: "Daily"
|