saitoha / libsixel

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
MIT License
2.45k stars 82 forks source link

Travis-ci: added support for ppc64le #140

Open dthadi3 opened 3 years ago

dthadi3 commented 3 years ago

Added power support for the travis.yml file with ppc64le. This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 0.0% when pulling 319385cd1825ef0fba99e36a174b4ac99b4296c8 on dthadi3:ppc64le into 6a5be8b72d84037b83a5ea838e17bcf372ab1d5f on saitoha:master.

ctrlcctrlv commented 3 years ago

@dthadi3 This has been merged in the fork (libsixel#4). I'd encourage you to start considering the fork upstream for Ubuntu. It's actually receiving security and other patches. (See #154.)

I don't know though if I'll sign up for Travis CI. Is this not doable with GitHub Actions? I thought Travis put up a bunch of limitations recently on FOSS developers?