Skip to content

Docker image with build environment for react native android test & deploy: Android SDK/node 8/fastlane

License

Notifications You must be signed in to change notification settings

ibm-garage/pipeline-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker image for android build in IBM DevOps Services Continuous Delivery Pipeline

This image is deployed to ibmgarage/pipeline-android on dockerhub.

It includes:

  • Oracle Java 8
  • Android SDK
  • Node 8
  • Fastlane

NOTE: you must set JAVA_HOME to /usr/lib/jvm/java-8-oracle in the pipeline stage to use java (the pipeline overrides the variable set in the Dockerfile).

Example script for react native deploy to play store

#!/bin/bash -ex

npm/yarn install
npm/yarn test

cd android

fastlane alpha

About

Docker image with build environment for react native android test & deploy: Android SDK/node 8/fastlane

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published