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

Update readme

parent 9e2c6f0e
jobs:
include:
- stage: "test js"
- stage: test
language: node_js
node_js: node
cache:
directories: [node_modules]
- stage: "build example"
- stage: build
language: android
jdk: oraclejdk8
android:
......@@ -13,6 +15,11 @@ jobs:
- android-23
- extra-android-m2repository
- extra-android-support
cache:
directories:
- example/node_modules
- ~/.gradle/caches
- ~/.gradle/wrappers
script:
- nvm install node
- cd example
......@@ -22,9 +29,14 @@ jobs:
- ./gradlew assembleRelease
- ls -l app/build/outputs/apk
- stage: "build example"
- stage: build
language: objective-c
osx_image: xcode9.1
cache:
directories:
- example/node_modules
- ~/.rncache
- ~/Library/Caches/CocoaPods/Pods
script:
- nvm install node
- cd example
......@@ -32,12 +44,3 @@ jobs:
- cd ios
- pod install
- 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)
[![build status](https://travis-ci.org/qiuxiang/react-native-amap3d.svg?branch=master)](https://travis-ci.org/qiuxiang/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)
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