Closed ralphtheninja closed 5 years ago
.travis.yml
test/integration.js
binding.gyp
/path/to/libetpan.a
scripts/travis-before-install
libetpan
npm run prebuildify
Have a temporary prepatch out and testing it on desktop now.
prepatch
.travis.yml
to only build on mac (currently only linux, which is already handled by Jenkins)test/integration.js
again, it will help us see if the bindings on mac actually workbinding.gyp
to use correct/path/to/libetpan.a
archivescripts/travis-before-install
script to install correct version oflibetpan
.travis.yml
should runnpm run prebuildify
and deploy prebuilt binaries (like Jenkins)