mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 19:20:47 -05:00
6446542867
force pulling
12 lines
208 B
YAML
12 lines
208 B
YAML
steps:
|
|
eowyn:
|
|
image: ziglings/ziglang:latest
|
|
pull: true
|
|
commands:
|
|
- sh ./patches/eowyn.sh
|
|
when:
|
|
events:
|
|
- push
|
|
- pull-requests
|
|
- cron
|
|
cron: "Daily"
|