dexX7 / java-libbitcoinconsensus

JNA binding and Java wrapper for libbitcoinconsensus
Other
9 stars 3 forks source link

Run build and tests on native OS X via Travis CI #18

Closed dexX7 closed 9 years ago

dexX7 commented 9 years ago

The library files for multiple OS are fetched as archive, whereby the actual libraries were extracted from the Bitcoin Core 0.11 release.

Travis CI supports multiple plattforms (Ubuntu and OS X), which is leveraged by a build matrix.

Unfortunally the JDK support on OS X still appears to be waggly, so there is only one build on OS X, with the default JDK.

This change has no impact on the Javadoc deployment, which is still triggered for non-pull requests once.