mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-09 03:45:32 -04:00

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [woodpeckerci/woodpecker-cli](https://github.com/woodpecker-ci/woodpecker) | patch | `v3.0.0-alpine` -> `v3.0.1-alpine` | --- ### Release Notes <details> <summary>woodpecker-ci/woodpecker (woodpeckerci/woodpecker-cli)</summary> ### [`v3.0.1`](https://github.com/woodpecker-ci/woodpecker/releases/tag/v3.0.1): 3.0.1 [Compare Source](https://github.com/woodpecker-ci/woodpecker/compare/v3.0.0...v3.0.1) ##### [3.0.1](https://github.com/woodpecker-ci/woodpecker/releases/tag/v3.0.1) - 2025-01-20 ##### ❤️ Thanks to all contributors! ❤️ [@​pat-s](https://github.com/pat-s), [@​qwerty287](https://github.com/qwerty287), [@​xoxys](https://github.com/xoxys) ##### 🐛 Bug Fixes - Only show visited repos and hide at all if less than 4 repos \[[#​4753](https://github.com/woodpecker-ci/woodpecker/pull/4753)] - Fix sql identifier escaping in datastore feed \[[#​4746](https://github.com/woodpecker-ci/woodpecker/pull/4746)] - Fix log folder permissions \[[#​4749](https://github.com/woodpecker-ci/woodpecker/pull/4749)] - Add missing error message for org_access_denied \[[#​4744](https://github.com/woodpecker-ci/woodpecker/pull/4744)] - Fix package configs \[[#​4741](https://github.com/woodpecker-ci/woodpecker/pull/4741)] ##### 📚 Documentation - chore(deps): lock file maintenance \[[#​4751](https://github.com/woodpecker-ci/woodpecker/pull/4751)] ##### 📦️ Dependency - fix(deps): update golang-packages \[[#​4750](https://github.com/woodpecker-ci/woodpecker/pull/4750)] - fix(deps): update dependency simple-icons to v14.3.0 \[[#​4739](https://github.com/woodpecker-ci/woodpecker/pull/4739)] - chore(deps): update dependency vitest to v3 \[[#​4736](https://github.com/woodpecker-ci/woodpecker/pull/4736)] ##### Misc - fix minor tag creation for server scratch image \[[#​4748](https://github.com/woodpecker-ci/woodpecker/pull/4748)] - use v3 woodpecker libs \[[#​4742](https://github.com/woodpecker-ci/woodpecker/pull/4742)] </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 0,6" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19--> Co-authored-by: woodpecker-bot <woodpecker-bot@obermui.de> Co-authored-by: pat-s <patrick.schratz@gmail.com> Reviewed-on: https://codeberg.org/Codeberg-CI/examples/pulls/72 Co-authored-by: Dependency bot <renovate-bot@noreply.codeberg.org> Co-committed-by: Dependency bot <renovate-bot@noreply.codeberg.org>
…
…
…
…
…
…
…
Woodpecker examples
Example Woodpecker pipelines for various use cases. Pull requests are welcome!
Link | Language | Build System | Comments |
---|---|---|---|
Butane/.woodpecker/butane.yaml | Bash | --- | Translate Butane configs into Ignition configs with a simple bash script. |
C/.woodpecker/make.yaml | C | Make | Simple ci for building a Make based C project |
C/.woodpecker/meson.yaml | C/C++ | meson | CI for meson-based projects. |
C/.woodpecker/meson-android.yaml | C/C++ | meson + Android NDK | CI for meson-based projects cross-compiling to Android NDK. |
Docker/.woodpecker/kaniko.yaml | Dockerfile | Kaniko | Minimalistic CI pipeline with clear instructions to push a Docker image |
Docker/.woodpecker/buildx.yaml | Dockerfile | buildx | Build and publish Docker images for multiple architectures on codeberg |
Git/.woodpecker.yaml | --- | --- | CI step to automatic synchronization with an upstream repository. |
Golang/.woodpecker/build.yaml | golang | golang | Simple ci for building and test a Go project |
Golang/.woodpecker/build-docker.yaml | golang | golang / kaniko | CI to build golang project and build various docker container and publish them on DockerHub |
Hugo/.woodpecker.yaml | Markdown | Hugo | CI step to build static website files and publish them to Codeberg Pages with Hugo |
Idris/.woodpecker.yaml | Idris | Idris | Typechecks your Idris project and ensures documentation can be generated without errors |
Jekyll/.woodpecker/jekyll.yaml | Markdown | Jekyll | CI step to build static website files and publish them to Codeberg Pages using Jekyll |
Julia/.woodpecker.yaml | Julia | Pkg.jl | Standard CI pipeline to test Julia packages. |
KiCad/.woodpecker.yaml | --- | KiBot | Building gerber files, ibom and a pdf schematic as an example for KiBot use |
Mdbook/.woodpecker.yaml | Markdown | mdbook | CI step to build static website files and publish them to Codeberg Pages with mdbook |
NodeJS/.woodpecker.yaml | JavaScript | NodeJS | CI to build static websites files and publish them to Codeberg Pages with 11ty |
PHP/.woodpecker.yaml | PHP | Bash | CI step lint PHP files and report on errors |
Python/.woodpecker/mkdocs.yaml | Markdown | MkDocs | Static Site Generator mkdocs example |
Python/.woodpecker/code-quality.yaml | Python | Python venv | Standard CI pipeline to test Python packages code on multiple Python distributions. For details check serial-sphinx |
Python/.woodpecker/pdoc.yaml | Python | Python venv | Build API documentation with pdoc & publish files on a pages branch |
R/.woodpecker.yaml | R | R | Installs R package dependencies and runs R CMD check |
REUSE/.woodpecker.yaml | --- | --- | Lints a project for REUSE licensing compliance. For details, check reuse-tool and SPDX |
Rust/.woodpecker.yaml | Rust | cargo | Simple CI pipeline to run cargo commands |
StandardML/.woodpecker.yaml | Standard ML | sml | Simple CI pipeline to run SML files |
Tectonic/.woodpecker.yaml | LaTeX | Tectonic | Builds a TeX file and pushes the resulting PDF file to a given repository. |
Typst/.woodpecker.yaml | Typst | Typst | Builds a Typst file and pushes the resulting PDF file to a given repository. |
More examples from Codeberg
Codeberg repos with Woodpecker YAML files
How to add a new example
- Create a new subdirectory with a descriptive name. Capitalize the first letter.
- If you only add one file: name it
.woodpecker.yaml
. If you want to add multiple files: add a.woodpecker
directory and use descriptive names for the individual yaml files. - Add your example to the README table while respecting the alphabetical order.
- Add your new subdirectory to the "woodpecker-cli" step in
.woodpecker.yaml
so it is getting linted over time.
Description
Languages
Dockerfile
52.8%
Shell
47.2%