shesek / spark-wallet

⚡️ A minimalistic wallet GUI for c-lightning, accessible over the web or through mobile and desktop apps.
MIT License
341 stars 75 forks source link

Migrate CI #171

Open Legogris opened 3 years ago

Legogris commented 3 years ago

image CI will break soon.

The quick and easy thing would be to switch to travis.com.

Might be worth considering alternatives, the writing is on the wall for Travis IMO. GH Actions maybe?

shesek commented 3 years ago

Thanks for the heads up, I heard this is happening but still haven't started preparing for it.

I'm already using GH actions in some other projects, but one thing I don't like about it is that you must have a GH account to view it. This is especially annoying because I'm also using the CI to do reproducible builds and report the sha256sums, as an additional way for users to verify the validity of the packaged releases.

I will look into migrating to travis-ci.com.

Legogris commented 3 years ago

Never noticed that about GH Actions, that's an issue indeed. From personal experience I can warmly couch for CircleCI and tentatively for DroneCI