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 f4f6158
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
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
10 changes: 10 additions & 0 deletions .woodpecker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
steps:
- name: zig
image: ziglings/ziglang:latest
pull: true
commands:
- zig version
- make run
when:
- event: [push, cron]
cron: ci*
3 changes: 2 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#+TITLE: zig-curl
#+DATE: 2023-09-16T23:16:15+0800
#+LASTMOD: 2024-03-02T20:57:50+0800
#+LASTMOD: 2024-04-25T07:56:22+0800
#+OPTIONS: toc:nil num:nil
#+STARTUP: content

[[https://github.com/jiacai2050/zig-curl/actions/workflows/CI.yml][https://github.com/jiacai2050/zig-curl/actions/workflows/CI.yml/badge.svg]]
[[https://ci.codeberg.org/repos/13257][https://ci.codeberg.org/api/badges/13257/status.svg]]

Zig bindings to [[https://curl.haxx.se/libcurl/][libcurl]], a free and easy-to-use client-side URL transfer library.

Expand Down

0 comments on commit f4f6158

Please sign in to comment.