UNPKG

586 BYAMLView Raw
1# appveyor file
2# http://www.appveyor.com/docs/appveyor-yml
3
4# getting cordova tools dependencies from github
5# to make sure we're using their latest versions
6install:
7 - cd ..
8 - git clone https://github.com/apache/cordova-js --depth 10
9 - cd cordova-js
10 - npm install
11 - npm link
12 - cd ..
13 - git clone https://github.com/apache/cordova-lib --depth 10
14 - cd cordova-lib\cordova-lib
15 - npm link cordova-js
16 - npm install
17 - npm link
18 - cd ..\..\cordova-cli
19 - npm link cordova-lib
20 - npm install
21
22build: off
23
24test_script:
25 - node --version
26 - npm --version
27 - npm test