Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Apr 25, 2024
1 parent d0f3ae1 commit 0e885fc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .woodpecker/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ steps:
pull: true
commands:
- zig version
- apk add --update make
- make fmt test
when:
- event: [push, cron]
cron: ci*
- name: test
image: debian:latest
commands:
- zig fmt --check .
- zig build test --summary all

when:
- event: [push, cron]
cron: ci*

0 comments on commit 0e885fc

Please sign in to comment.