mirror of
https://github.com/apache/cordova-plugin-camera.git
synced 2025-01-19 03:42:52 +08:00
ci: updates Node.js versions (#576)
This commit is contained in:
parent
6f25420ce7
commit
f33ade83e4
@ -12,12 +12,16 @@ image:
|
|||||||
- Visual Studio 2017
|
- Visual Studio 2017
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
nodejs_version: "6"
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- PLATFORM: windows-10-store
|
- nodejs_version: "10"
|
||||||
|
- nodejs_version: "12"
|
||||||
|
|
||||||
|
platform:
|
||||||
|
- x86
|
||||||
|
- x64
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- ps: Install-Product node $env:nodejs_version
|
||||||
- node --version
|
- node --version
|
||||||
- npm install -g github:apache/cordova-paramedic
|
- npm install -g github:apache/cordova-paramedic
|
||||||
- npm install -g cordova
|
- npm install -g cordova
|
||||||
@ -25,4 +29,4 @@ install:
|
|||||||
build: off
|
build: off
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild
|
- cordova-paramedic --config pr\windows-10-store --plugin . --justBuild
|
||||||
|
15
.travis.yml
15
.travis.yml
@ -12,18 +12,18 @@ addons:
|
|||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- SAUCE_USERNAME=snay
|
- SAUCE_USERNAME=snay
|
||||||
- TRAVIS_NODE_VERSION=8
|
- TRAVIS_NODE_VERSION=12
|
||||||
- ANDROID_API_LEVEL=28
|
- ANDROID_API_LEVEL=28
|
||||||
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
|
- ANDROID_BUILD_TOOLS_VERSION=28.0.3
|
||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js: 8
|
node_js: 12
|
||||||
|
|
||||||
# yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027
|
# yaml anchor/alias: https://medium.com/@tommyvn/travis-yml-dry-with-anchors-8b6a3ac1b027
|
||||||
|
|
||||||
_ios: &_ios
|
_ios: &_ios
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode10.2
|
osx_image: xcode10.3
|
||||||
|
|
||||||
_android: &_android
|
_android: &_android
|
||||||
language: android
|
language: android
|
||||||
@ -35,9 +35,9 @@ _android: &_android
|
|||||||
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
|
- build-tools-$ANDROID_BUILD_TOOLS_VERSION
|
||||||
- android-$ANDROID_API_LEVEL
|
- android-$ANDROID_API_LEVEL
|
||||||
licenses:
|
licenses:
|
||||||
- 'android-sdk-preview-license-.+'
|
- "android-sdk-preview-license-.+"
|
||||||
- 'android-sdk-license-.+'
|
- "android-sdk-license-.+"
|
||||||
- 'google-gdk-license-.+'
|
- "google-gdk-license-.+"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@ -109,7 +109,8 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- $TEST_COMMAND
|
- $TEST_COMMAND
|
||||||
- if [[ "$ADDITIONAL_TESTS_DIR" != "" ]];
|
- |
|
||||||
|
if [[ "$ADDITIONAL_TESTS_DIR" != "" ]];
|
||||||
then cd $ADDITIONAL_TESTS_DIR && npm install && npm test;
|
then cd $ADDITIONAL_TESTS_DIR && npm install && npm test;
|
||||||
else
|
else
|
||||||
$PARAMEDIC_COMMAND --config ./pr/$PLATFORM --plugin $PARAMEDIC_PLUGIN_TO_TEST --buildName $PARAMEDIC_BUILDNAME;
|
$PARAMEDIC_COMMAND --config ./pr/$PLATFORM --plugin $PARAMEDIC_PLUGIN_TO_TEST --buildName $PARAMEDIC_BUILDNAME;
|
||||||
|
Loading…
Reference in New Issue
Block a user