Skip to content

Creating CI/CD Pipeline #22

@mertssmnoglu

Description

@mertssmnoglu

Creating a CI/CD pipeline will facilitate the testing and release stages. We can use github actions.

CI:

On push or opened pr

Formatter > Linter > Test Runner[1]

CD:

On release

Multi Arch build > SBOM generation[2] > CHECKSUM generation[3] > Setting artifacts to release binaries

[1] Currently we don't have any kind of tests
[2] We need a tool that automatically create SBOM. And this step can be the first step.
[3] We need a tool that create CHECKSUM's

Metadata

Metadata

Assignees

Labels

ciContinuous IntegrationenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions