leveldown-mobile
Version:
A Node.js LevelDB binding for Android, iOS and Windows UWP, primary backend for LevelUP
20 lines (17 loc) • 536 B
Plain Text
## DNT config file
## see https://github.com/rvagg/dnt
NODE_VERSIONS="\
v0.10.31 \
v0.11.13 \
"
IOJS_VERSIONS="\
v1.0.1-release \
"
OUTPUT_PREFIX="leveldown-"
TEST_CMD="\
cd /dnt/ && \
npm install && \
node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js \
--nodedir /usr/src/node/ rebuild && \
node_modules/.bin/tap test/*-test.js; \
"