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

CI (CD?): publish server binary periodically #114

Open
samcowger opened this issue Aug 7, 2024 · 0 comments
Open

CI (CD?): publish server binary periodically #114

samcowger opened this issue Aug 7, 2024 · 0 comments
Assignees
Labels
Galois Galois, Inc. VDE Issues related to VERSE IDE

Comments

@samcowger
Copy link
Contributor

Building on #113, once there's a CI setup in place to build the server, it should be extended to support publishing a server binary as a build artifact, so users can download it rather than needing to build it from source. This is related to #60, but its focus on leveraging CI for publishing distinguishes it.

Some considerations:

  • What platforms should we build for?
    • I would propose a recent Ubuntu and/or macOS to start.
  • What conditions should be met to trigger publishing?
  • Where should the artifact be made available?
    • I would propose using this repo's "Releases" section, which I think would follow naturally from a release-driven build process.

I think a great starting point here is to emulate our very own what4-solvers, which builds SMT solvers on multiple platforms and makes their binaries available via periodic releases.

@samcowger samcowger added Galois Galois, Inc. VDE Issues related to VERSE IDE labels Aug 7, 2024
@samcowger samcowger self-assigned this Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Galois Galois, Inc. VDE Issues related to VERSE IDE
Projects
None yet
Development

No branches or pull requests

1 participant