2
0
Fork
You've already forked examples
0
Example Woodpecker pipeline files
  • Dockerfile 100%
2022年10月28日 11:10:58 +02:00
C Add recipes for use with Native-CI's C/C++/meson and addtional Android NDK images 2022年10月28日 11:09:20 +02:00
Docker add multiarch docker (test-)build and publish on codeberg 2022年08月09日 01:15:59 +02:00
golang Adds some examples to build golang projects ( #3 ) 2022年06月26日 21:30:46 +02:00
Hugo hugo: simplify ( #9 ) 2022年08月28日 13:53:51 +02:00
Jekyll Jekyll cleanup/update ( #7 ) 2022年08月08日 15:09:23 +02:00
Python Improved the Python CI for better Codequality ( #12 ) 2022年09月11日 23:36:22 +02:00
Rust Add a Rust example 2022年10月19日 13:48:44 +04:00
LICENSE Initial commit 2022年05月23日 23:04:00 +02:00
README.md README addition for the previous commit 2022年10月28日 11:10:58 +02:00

examples

Example Woodpecker pipeline files (WIP). Pull requests are accepted/welcome.

Example pipeline files

Link Language Build System Comments
C/make.yml C Make Simple ci for building a Make based C project
C/meson.yml C/C++ meson CI for meson-based projects.
C/meson-android.yml C/C++ meson + Android NDK CI for meson-based projects cross-compiling to Android NDK.
golang/build.yml golang golang Simple ci for building and test a Go project
golang/build-docker.yml golang golang / kaniko CI to build golang project and build various docker container and publish them on DockerHub
Jekyll/jekyll.yml Markdown Jekyll CI step to build static website files and publish them to Codeberg Pages using Jekyll
Hugo/hugo.yml Markdown Hugo CI step to build static website files and publish them to Codeberg Pages with Hugo
Docker/kaniko.yml Dockerfile Kaniko Minimalistic CI pipeline with clear instructions to push a Docker image
Docker/buildx.yml Dockerfile buildx Build and publish Docker images for multiple architectures on codeberg
Python/.woodpecker.yml Python Python venv Standard CI pipeline to test Python packages code on multiple Python distributions. For details check serial-sphinx
Rust/.woodpecker.yml Rust cargo Simple CI pipeline to run cargo commands

More:

https://codeberg.org/explore/repos?q=woodpecker-ci&topic=1