openpreserve / jpylyzer

JP2 (JPEG 2000 Part 1) validator and properties extractor. Jpylyzer was specifically created to check that a JP2 file really conforms to the format's specifications. Additionally jpylyzer is able to extract technical characteristics.
http://jpylyzer.openpreservation.org/
Other
69 stars 28 forks source link

FIX - Travis build #107

Closed carlwilson closed 6 years ago

carlwilson commented 6 years ago

I had a few tries here but in essence the travis build now runs the supplied build script and then tries to execute the built binary to see the version number. This is a bare bones level of testing but establishes that the build script works.

Fixes #104

bitsgalore commented 6 years ago

Thanks @carlwilson, perfect!