CB-10846 Add AppVeyor configuration
Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/47257aa0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/47257aa0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/47257aa0 Branch: refs/heads/4.1.x Commit: 47257aa044bc859a17fe1d85ec62921cd4b21085 Parents: d119906 Author: Vladimir Kotikov <[email protected]> Authored: Fri Mar 11 11:05:17 2016 +0300 Committer: Vladimir Kotikov <[email protected]> Committed: Fri Mar 11 13:08:59 2016 +0300 ---------------------------------------------------------------------- appveyor.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/47257aa0/appveyor.yml ---------------------------------------------------------------------- diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..e474297 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,19 @@ +environment: + matrix: + - nodejs_version: "0.10" + - nodejs_version: "0.12" + - nodejs_version: "4.2" + +install: + - ps: Install-Product node $env:nodejs_version + # Lines below required due to uncrustify installation failure on Windows + - npm install --prod + - npm install jshint jasmine-node rewire + +build: off + +test_script: + - node --version + - npm --version + - npm run jshint + - npm run unit-tests --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
