mirror of
https://codeberg.org/Codeberg-CI/examples.git
synced 2025-09-08 19:35:00 -04:00

- fix: fatal: destination path '/tmp' already exists and is not an empty directory - fix: .domains should be copied to repo folder not to hugo output folder - feat: git commit message must not contain CI SKIP when pages branch is excluded from pipeline Co-authored-by: Peter Prumbach <mail@peterprumbach.de> Reviewed-on: https://codeberg.org/Codeberg-CI/examples/pulls/16 Co-authored-by: Peter Prumbach <ptpu@noreply.codeberg.org> Co-committed-by: Peter Prumbach <ptpu@noreply.codeberg.org>
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:
Description
Languages
Dockerfile
52.8%
Shell
47.2%