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