You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/03/11 11:27:12 UTC

android commit: CB-10846 Add AppVeyor configuration

Repository: cordova-android
Updated Branches:
  refs/heads/master 456b4801a -> 27d359bd4


CB-10846 Add AppVeyor configuration


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/27d359bd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/27d359bd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/27d359bd

Branch: refs/heads/master
Commit: 27d359bd43d03ba0b9cdb3e56c15828c9f85426c
Parents: 456b480
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Fri Mar 11 12:08:45 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Fri Mar 11 13:03:18 2016 +0300

----------------------------------------------------------------------
 appveyor.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/27d359bd/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..2502c78
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,19 @@
+environment:
+  matrix:
+  - nodejs_version: "0.10"
+  - nodejs_version: "0.12"
+  - nodejs_version: "4.2"
+
+install:
+#   - cinst android-sdk
+#   - echo y | android update sdk -u --filter android-22,android-23
+  - ps: Install-Product node $env:nodejs_version
+  - npm install
+
+build: off
+
+test_script:
+  - node --version
+  - npm --version
+  - npm run test
+#   - npm run test-build


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org