Skip to content

Commit

Permalink
Build the AAR after the platforms are built
Browse files Browse the repository at this point in the history
Change-Id: Ib1263a75e15cfa7328ff69286a0d10f94388f82c
  • Loading branch information
irbull committed May 9, 2017
1 parent 809bc50 commit f718e73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Expand Up @@ -10,4 +10,8 @@ node {
stage('Building') {
sh './buildAll.sh -r /data/instances/j2v8-jenkins/workspace/J2V8-nightly'
}

stage('Package AAR') {
sh './gradlew clean build'
}
}

0 comments on commit f718e73

Please sign in to comment.