Skip to content

HazemKhaled/Cordova-Build-with-drone.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone.io - Android only

Check Example

Environment Variables

# Setup Android SDK
ANDROID_HOME=`pwd`/android-sdk-linux
PATH=${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:${PATH}

Commands

wget -q http://dl.google.com/android/android-sdk_r24.3.3-linux.tgz
tar xf android-sdk_r24.3.3-linux.tgz
echo y | android update sdk -u -a -t 1,2,5,24

# Install Cordova
npm install -g cordova

# Let's get add Android platform there
cordova platform add android

# Build you app
cordova build android --release

Todos

  • Upload build files on github release or Dropbox
  • Build iOS
  • Run test cases

About

Cordova / PhoneGap applications cloud build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published