You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by al...@apache.org on 2017/07/26 04:49:51 UTC

cordova-plugin-camera git commit: CB-13028 (CI) Browser builds on Travis and AppVeyor

Repository: cordova-plugin-camera
Updated Branches:
  refs/heads/master 5574490bc -> 55d419a36


CB-13028 (CI) Browser builds on Travis and AppVeyor


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/55d419a3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/55d419a3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/55d419a3

Branch: refs/heads/master
Commit: 55d419a36eb25cb453f025bec249272c33baad70
Parents: 5574490
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Tue Jul 25 14:50:55 2017 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Tue Jul 25 14:50:55 2017 +0300

----------------------------------------------------------------------
 .appveyor.yml |  5 +++--
 .travis.yml   | 16 ++++++++++++++++
 2 files changed, 19 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/55d419a3/.appveyor.yml
----------------------------------------------------------------------
diff --git a/.appveyor.yml b/.appveyor.yml
index 4cd6d53..6eea8b6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -15,7 +15,8 @@ environment:
   nodejs_version: "4"
   matrix:
     - PLATFORM: windows-10-store
-
+      JUST_BUILD: --justBuild
+    - PLATFORM: local\browser
 install:
   - npm cache clean -f
   - node --version
@@ -25,4 +26,4 @@ install:
 build: off
 
 test_script:
-  - cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild
+  - cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%

http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/55d419a3/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index a8f9770..88fc21d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,22 @@ matrix:
     language: objective-c
   - env: TEST_DIR=./tests/ios
     language: objective-c
+  - env: PLATFORM=browser-chrome
+    os: linux
+    language: node_js
+    node_js: '4.2'
+  - env: PLATFORM=browser-firefox
+    os: linux
+    language: node_js
+    node_js: '4.2'
+  - env: PLATFORM=browser-safari
+    os: linux
+    language: node_js
+    node_js: '4.2'
+  - env: PLATFORM=browser-edge
+    os: linux
+    language: node_js
+    node_js: '4.2'
   - env: PLATFORM=ios-9.3
     os: osx
     osx_image: xcode7.3


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