Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release pipeline rework #32

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Release pipeline rework #32

merged 1 commit into from
Nov 4, 2024

Conversation

svenrademakers
Copy link
Contributor

Rebuilt the github pipeline:

  • there is a 'validation pipeline' (build.yml) that runs on every commit ** it verifies the code against clippy, unit-tests, and license validations
  • a git tag automatically gets created if the version is updated in the Cargo.toml file.
  • on a git tag, an automated release build is triggered.
  • binaries are built for all major platforms.
  • debian packages are automatically created for x86 and amd64

Rebuilt the github pipeline:
* there is a 'validation pipeline' (build.yml) that runs on every commit
** it verifies the code against clippy, unit-tests, and license
validations
* a git tag automatically gets created if the version is updated in the
  Cargo.toml file.
* on a git tag, an automated release build is triggered.
* binaries are built for all major platforms.
* debian packages are automatically created for x86 and amd64
@svenrademakers svenrademakers merged commit 166ce71 into master Nov 4, 2024
4 checks passed
@svenrademakers svenrademakers deleted the feature/ci branch November 4, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant