12 lines
254 B
Plaintext
Executable file
12 lines
254 B
Plaintext
Executable file
## DNT config file
|
|
## see https://github.com/rvagg/dnt
|
|
|
|
NODE_VERSIONS="master v0.12.4 v0.10.38 v3.3.0 v4.0.0 v5.8.0"
|
|
OUTPUT_PREFIX="sodium-"
|
|
TEST_CMD="\
|
|
cd /dnt/ && \
|
|
npm install && \
|
|
node-gyp --nodedir /usr/src/node/ rebuild && \
|
|
make test; \
|
|
"
|