You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/07/18 02:52:22 UTC

[1/2] git commit: build configuration for AppVeyor

Repository: cordova-lib
Updated Branches:
  refs/heads/master 43bbaa210 -> 3aa849950


build configuration for AppVeyor


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

Branch: refs/heads/master
Commit: c6e2c6d1e745e8afc616684285c55f4465e8699c
Parents: d08d00a
Author: sgrebnov <v-...@microsoft.com>
Authored: Thu Jul 17 14:48:01 2014 +0400
Committer: sgrebnov <v-...@microsoft.com>
Committed: Thu Jul 17 14:48:01 2014 +0400

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


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/c6e2c6d1/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..a5c5376
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,15 @@
+# appveyor file
+# http://www.appveyor.com/docs/appveyor-yml
+
+nodejs_version: 0.10
+
+install:
+  - cd cordova-lib
+  - npm install
+
+build: off
+
+test_script:
+  - node --version
+  - npm --version
+  - npm test
\ No newline at end of file


[2/2] git commit: Merge branch 'appveyor' of https://github.com/sgrebnov/cordova-lib

Posted by pu...@apache.org.
Merge branch 'appveyor' of https://github.com/sgrebnov/cordova-lib


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/3aa84995
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/3aa84995
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/3aa84995

Branch: refs/heads/master
Commit: 3aa849950083062a412e033083c2f0b809dd020f
Parents: 43bbaa2 c6e2c6d
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Thu Jul 17 17:52:13 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Thu Jul 17 17:52:13 2014 -0700

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