Skip to content

Commit

Permalink
add codeberg ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Apr 24, 2024
1 parent 7b1e1c6 commit 12675cf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI

on:
schedule:
- cron: '10 20 * * *'
workflow_dispatch:
pull_request:
paths:
Expand Down
18 changes: 18 additions & 0 deletions .woodpecker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
when:
event: push

pipeline:
test:
# https://github.com/euantorano/docker-zig
image: euantorano/zig:master
commands:
- zig version
- zig build run
when:
- event: [push, cron]
cron: ci*

0 comments on commit 12675cf

Please sign in to comment.