You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/07/12 22:55:46 UTC

[cordova-osx] 01/01: ci(appveyor): create AppVeyor configuration

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-appveyor
in repository https://gitbox.apache.org/repos/asf/cordova-osx.git

commit fd7db954422e9550f0360e006526959f8dcc7e8e
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Jul 13 00:55:39 2019 +0200

    ci(appveyor): create AppVeyor configuration
---
 appveyor.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..6a56930
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,16 @@
+environment:
+  matrix:
+  - nodejs_version: "6"
+  - nodejs_version: "8"
+  - nodejs_version: "10"
+
+install:
+  - ps: Install-Product node $env:nodejs_version
+  - npm install
+
+build: off
+
+test_script:
+  - node --version
+  - npm --version
+  - npm test


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