libnxz / power-gzip

POWER NX zlib compliant library
23 stars 18 forks source link

Enable builds on Travis CI #125

Closed tuliom closed 2 years ago

tuliom commented 2 years ago

Travis CI does not provide access to the NX GZIP engine, making it hard to run tests. However it still allows to build all the files and report errors with different compiler versions as well as static analyzers.

Signed-off-by: Tulio Magno Quites Machado Filho tuliom@linux.ibm.com

tuliom commented 2 years ago

@lucmaga yes! You can see the results here: https://app.travis-ci.com/github/tuliom/power-gzip/builds

This build tested this particular commit: https://app.travis-ci.com/github/tuliom/power-gzip/builds/243971678

tuliom commented 2 years ago

I'm going to merge this PR, but Travis CI won't start running the tests soon because there are still some configuration steps pending.