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

Add github actions CI and build x64 Linux application instead of ia32 #134

Merged
merged 3 commits into from
Nov 1, 2023

Conversation

amurzeau
Copy link
Contributor

This PR does this:

  • Github actions to auto-build the application and generate artifacts (visible in actions tab on github).

If a draft github release exists when building, I think electron-builder will push artifact automatically, but this might require configuration.
This can be disabled using publish: "never" in the configuration.

  • Change the Linux binary from ia32 to amd64. The ia32 binary wasn't working on Debian Sid (with a segmentation fault).

  • make npm run dist:* fail when electron-builder fails by replacing ; by &

@smariel smariel merged commit 76ba10e into smariel:master Nov 1, 2023
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.

2 participants