-
Notifications
You must be signed in to change notification settings - Fork 27
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] Automatically precompile SPRAL when a new release is tagged #175
Comments
Yeah sounds good but we need to fix mesonbuild/meson/issues/12523 first. |
@jfowkes When I tag a new version |
@amontoison is it possible to have an empty |
@jfowkes Yes, I checked the README of actions/create-release and you just need to to use I also want to use to GitHub Actions to directly provide the content of the following variables in the Julia files: It should not be to hard. About the ChangeLog, maybe we should remove it? |
@amontoison sounds good to me. Yes agreed we should probably remove the ChangeLog and rely on the Github releases description instead. |
The culprit was
|
@amontoison could you create a PR for this? I think this is too fancy for me to do... |
I believe adding a GitHub Actions script that triggers only on new release tags should be straightforward.
It would execute the following commands and upload the resulting archives:
If it works, we can reuse the same script for other repositories like
GALAHAD
,CUTEst
orSIFDecode
.The content of
build_tarballs.jl
is:The content of
generate_binaries.jl
is:The text was updated successfully, but these errors were encountered: