File: .dntrc

package info (click to toggle)
node-nan 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 636 kB
  • ctags: 790
  • sloc: cpp: 2,942; python: 2,348; makefile: 38
file content (30 lines) | stat: -rw-r--r-- 740 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
## DNT config file
## see https://github.com/rvagg/dnt

NODE_VERSIONS="\
  master   \
  v0.11.13 \
  v0.10.30 \
  v0.10.29 \
  v0.10.28 \
  v0.10.26 \
  v0.10.25 \
  v0.10.24 \
  v0.10.23 \
  v0.10.22 \
  v0.10.21 \
  v0.10.20 \
  v0.10.19 \
  v0.8.28  \
  v0.8.27  \
  v0.8.26  \
  v0.8.24  \
"
OUTPUT_PREFIX="nan-"
TEST_CMD="                                                                        \
  cd /dnt/ &&                                                                     \
  npm install &&                                                                  \
  node_modules/.bin/node-gyp --nodedir /usr/src/node/ rebuild --directory test && \
  node_modules/.bin/tap --gc test/js/*-test.js                                    \
"