Skip to content

Contributor guide

Dima Krasner edited this page Oct 14, 2023 · 1 revision

CI Pipelines

This pipeline runs static analysis, runs all tests, builds a static executable and uploads it as a build artifact.

This pipeline runs build.yml on every push, to ensure that tootik is not broken. The build artifact can be downloaded for manual testing, if needed.

This pipeline runs build.yml when a new tag is pushed, creates a GitHub release named after the tag and attaches the static executable.

Clone this wiki locally