ConorStokes / LZSSE

LZ77/LZSS designed for SSE based decompression
BSD 2-Clause "Simplified" License
134 stars 16 forks source link

Add Travis CI support. #11

Closed nemequ closed 5 years ago

nemequ commented 5 years ago

It only tests compiling, not actually compressing/decompressing. If you have any ideas for command(s) to run it's easy enough to add.

nemequ commented 5 years ago

To be clear, you'll need to sign up for Travis and enable the LZSSE repo on your account. Then the result should look a lot like https://travis-ci.org/nemequ/LZSSE-SIMDe

ConorStokes commented 5 years ago

Thanks, merged and it appears to be building on Travis.