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

This commit is contained in:
Alexander Sorokin 2017-07-28 14:19:30 +03:00
parent e5c6772f17
commit fcef678a7f
2 changed files with 19 additions and 2 deletions

View File

@ -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%

View File

@ -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: TEST_DIR=.
language: objective-c
osx_image: xcode7