tromp / cuckoo

a memory-bound graph-theoretic proof-of-work system
Other
822 stars 173 forks source link

Plant continuous integration #27

Closed lucafavatella closed 6 years ago

lucafavatella commented 6 years ago

Hi,

Would you please consider enabling a CI e.g. Travis (proposed in this PR)? It shall make reviewing PRs easier. It would also provide a working example on how LD_LIBRARY_PATH / DYLD_LIBRARY_PATH can be specified for the blake2b shared-object file.

In order for Travis CI to run on the repo, you need to enable it for your repo as described at https://docs.travis-ci.com/user/getting-started/#To-get-started-with-Travis-CI

You can see an example of a Travis CI run at https://travis-ci.org/lucafavatella/cuckoo/builds/299079345 (this build result may be deleted in the future).