Commit 4f11c531 authored by 7c00's avatar 7c00

Update readme

parent 9e2c6f0e
jobs: jobs:
include: include:
- stage: "test js" - stage: test
language: node_js language: node_js
node_js: node node_js: node
cache:
directories: [node_modules]
- stage: "build example" - stage: build
language: android language: android
jdk: oraclejdk8 jdk: oraclejdk8
android: android:
...@@ -13,6 +15,11 @@ jobs: ...@@ -13,6 +15,11 @@ jobs:
- android-23 - android-23
- extra-android-m2repository - extra-android-m2repository
- extra-android-support - extra-android-support
cache:
directories:
- example/node_modules
- ~/.gradle/caches
- ~/.gradle/wrappers
script: script:
- nvm install node - nvm install node
- cd example - cd example
...@@ -22,9 +29,14 @@ jobs: ...@@ -22,9 +29,14 @@ jobs:
- ./gradlew assembleRelease - ./gradlew assembleRelease
- ls -l app/build/outputs/apk - ls -l app/build/outputs/apk
- stage: "build example" - stage: build
language: objective-c language: objective-c
osx_image: xcode9.1 osx_image: xcode9.1
cache:
directories:
- example/node_modules
- ~/.rncache
- ~/Library/Caches/CocoaPods/Pods
script: script:
- nvm install node - nvm install node
- cd example - cd example
...@@ -32,12 +44,3 @@ jobs: ...@@ -32,12 +44,3 @@ jobs:
- cd ios - cd ios
- pod install - pod install
- xcodebuild -workspace RNAMap3D.xcworkspace -scheme RNAMap3D -sdk iphonesimulator -quiet - xcodebuild -workspace RNAMap3D.xcworkspace -scheme RNAMap3D -sdk iphonesimulator -quiet
cache:
directories:
- node_modules
- example/node_modules
- ~/.gradle/caches
- ~/.gradle/wrappers
- ~/.rncache
- ~/Library/Caches/CocoaPods/Pods/
# react-native-amap3d [![npm version](https://img.shields.io/npm/v/react-native-amap3d.svg)](https://www.npmjs.com/package/react-native-amap3d) # react-native-amap3d [![npm version](https://badge.fury.io/js/react-native-amap3d.svg)](https://badge.fury.io/js/react-native-amap3d) [![build status](https://travis-ci.org/qiuxiang/react-native-amap3d.svg?branch=master)](https://travis-ci.org/qiuxiang/react-native-amap3d)
[![build status](https://travis-ci.org/qiuxiang/react-native-amap3d.svg?branch=master)](https://travis-ci.org/qiuxiang/react-native-amap3d)
react-native 高德地图组件,使用最新 3D SDK,支持 Android + iOS。 react-native 高德地图组件,使用最新 3D SDK,支持 Android + iOS。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment