UNPKG

241 BPlain TextView Raw
1## DNT config file
2## see https://github.com/rvagg/dnt
3
4NODE_VERSIONS="\
5 v0.10.26
6"
7OUTPUT_PREFIX="sodium-"
8TEST_CMD="\
9 cd /dnt/ && \
10 npm install && \
11 node_modules/.bin/node-gyp --nodedir /usr/src/node/ rebuild && \
12 make test; \
13"