Closed J0WI closed 3 years ago
This actually requires a generate-stackbrew-library.sh
(or any other script that defined in GENERATE_STACKBREW_LIBRARY
) in the repo generating the library file.
Thank you for pointing this out. I'd actually already migrated to Travis.com already because I had issues with builds being triggered on MRs. Given the pricing change, GitHub actions do seem like they'd be more convenient than having to hassle with making sure there are enough credits to keep the builds running.
This actually requires a
generate-stackbrew-library.sh
(or any other script that defined inGENERATE_STACKBREW_LIBRARY
) in the repo generating the library file.
Yea, I might want to use a simpler configuration than the library example. I'll give it some thought.
I opened another MR which is more of a direct replacement for the Travis job (#166).
Moving to GitHub Actions due Travis policy/pricing changes.
The CI script is provided by the docker library: https://github.com/docker-library/bashbrew/tree/master/scripts/github-actions
travis.org has recently started to limit OSS builds resulting in a huge backlog. It will be closed down completely no later than December 31st, 2020.