~ps-jenkins/ubuntu-push/ubuntu-vivid-proposed

« back to all changes in this revision

Viewing changes to docs/example-server/node_modules/mongodb/node_modules/bson/node_modules/nan/.dntrc

  • Committer: Roberto Alsina
  • Date: 2014-09-05 14:57:17 UTC
  • mto: (91.179.25 automatic)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: roberto.alsina@canonical.com-20140905145717-0ufcsv27w25i1nnu
added example app server

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## DNT config file
 
2
## see https://github.com/rvagg/dnt
 
3
 
 
4
NODE_VERSIONS="\
 
5
  master   \
 
6
  v0.11.13 \
 
7
  v0.11.10 \
 
8
  v0.11.9  \
 
9
  v0.11.8  \
 
10
  v0.11.7  \
 
11
  v0.11.6  \
 
12
  v0.11.5  \
 
13
  v0.11.4  \
 
14
  v0.10.26 \
 
15
  v0.10.25 \
 
16
  v0.10.24 \
 
17
  v0.10.23 \
 
18
  v0.10.22 \
 
19
  v0.10.21 \
 
20
  v0.10.20 \
 
21
  v0.10.19 \
 
22
  v0.10.18 \
 
23
  v0.8.26  \
 
24
  v0.8.25  \
 
25
  v0.8.24  \
 
26
  v0.8.23  \
 
27
  v0.8.22  \
 
28
"
 
29
OUTPUT_PREFIX="nan-"
 
30
TEST_CMD="\
 
31
  cd /dnt/test/ &&                                               \
 
32
  npm install &&                                                 \
 
33
  node_modules/.bin/node-gyp --nodedir /usr/src/node/ rebuild && \
 
34
  node_modules/.bin/tap --gc js/*-test.js;                            \
 
35
"
 
36