aklomp / base64

Fast Base64 stream encoder/decoder in C99, with SIMD acceleration
BSD 2-Clause "Simplified" License
866 stars 162 forks source link

chore: move x64 CI to GHA #75

Closed mayeut closed 2 years ago

mayeut commented 2 years ago

Travis CI does not offer free x64 CI for OpenSource projects anymore. Move to GitHub Actions for x64 tests.

Sample build is there: https://github.com/mayeut/base64/actions/runs/2323476527

mayeut commented 2 years ago

Tests with CMake have been added which showed an issue with macOS build.