Description
We've aggregated the major CI jobs into GitHub Actions, in terms of speed and UI integrity (PR #204).
However, the GitHub-hosted runners (i.e. non-self-hosted runners) do not support ARM architecture. For this reason, we currently use Travis CI for arm64 (aarch64).
We currently have two problems with Travis CI. (cf. #204 (comment))
One is that FixedPointNumbers.jl uses the old "travis-ci.org" and needs to be migrated to "travis-ci.com" by the end of this year.
The other is that Travis CI's pricing plan has been changed. (https://discourse.julialang.org/t/travis-ci-changes-pricing-plans/49528)
I tried out the Drone Cloud as a free CI service that supports the ARM architecture.
(cf. https://cloud.drone.io/kimikage/ColorBlendModes.jl/5)
Are there any other good tools out there?