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/28 10:36:33 UTC

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

Repository: cordova-plugin-media-capture
Updated Branches:
  refs/heads/master 0a5a880c6 -> efcce568b


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/efcce568
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/efcce568
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/efcce568

Branch: refs/heads/master
Commit: efcce568bd38d60cbdc518a3d03f4180607e3b51
Parents: 0a5a880
Author: Alexander Sorokin <al...@akvelon.com>
Authored: Fri Jul 28 12:56:02 2017 +0300
Committer: Alexander Sorokin <al...@akvelon.com>
Committed: Fri Jul 28 13:00:55 2017 +0300

----------------------------------------------------------------------
 .appveyor.yml |  5 +++--
 .travis.yml   | 18 +++++++++++++++++-
 2 files changed, 20 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/efcce568/.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-media-capture/blob/efcce568/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index adffcf0..467c323 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,22 @@ env:
   - TRAVIS_NODE_VERSION="4.2"
 matrix:
   include:
+  - 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
@@ -64,4 +80,4 @@ install:
 script:
 - npm test
 - node /tmp/paramedic/main.js --config pr/$PLATFORM --plugin $(pwd) --shouldUseSauce
-  --buildName travis-plugin-media-capture-$TRAVIS_JOB_NUMBER
+  --buildName travis-plugin-media-capture-$TRAVIS_JOB_NUMBER
\ No newline at end of file


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