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

build workflows via Github Actions #107

Merged
merged 1 commit into from
Aug 30, 2022
Merged

build workflows via Github Actions #107

merged 1 commit into from
Aug 30, 2022

Conversation

speters
Copy link
Member

@speters speters commented Aug 30, 2022

This branch introduces some Github Actions Workflows to build packages for

  • Linux amd64
  • Linux armhf (Raspberry Pi)
  • Linux arm64 (Raspberry Pi)
  • Windows/Cygwin x86_64
  • Windows/Cygwin x86

The workflows trigger on push events, as well as when dispatched manually.
When new version tags are introduced, the results of the builds get packaged and offered for download as a new Release on GitHub.

CodeQL workflow now triggers on pushes and pull-requests. It can be used to check for simpler errors and if the code does compile.

Travis CI workflow got removed, as there are no more free CI services.
Appveyor workflow was removed, because of Cygwin binaries are built now via Github Actions.

As no changes to actual code were introduced, merging will be done shortly after pull.
This pull request is just for reference.

@speters speters merged commit a3dcc4c into master Aug 30, 2022
@speters speters deleted the workflows_build branch August 30, 2022 20:18
@speters speters restored the workflows_build branch August 31, 2022 18:33
@speters speters deleted the workflows_build branch August 31, 2022 18:38
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