Closed gdevenyi closed 6 months ago
Thanks, happy to add this, have you verified that it builds?
I was expecting it to build here in the PR, but I guess it won't since its a release-only trigger. I'm trying to figure out how to do it manually on my fork now...
It is annoying and I probably should make a workflow_dispatch option. The way I currently test is to make releases on my fork.
You know, I will just test it, I have it all set up
The way I currently test is to make releases on my fork.
I figured, I just tried that on my fork and it didn't work for me :-/
Yeah, you have to enable actions, and then disable the ones you don't want...I will fix this because things break on release and it would be good to be able to test
Looks like Actions is busy today, but will update when it runs
How fast are the builds? I was looking at adding this https://github.com/marketplace/actions/ccache-for-gh-actions
But like this I can't really test it easily...
About an hour. I've used the cache before in python, it can help but caches only last a week so they are good for a nightly build but not really for releases
Add 24.04 by copy-paste of the existing GH action.