Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
apla committed Apr 26, 2017
1 parent a343d5d commit 671ce2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ dependencies:
pwd: app-preferences-app
- cordova -d prepare:
pwd: app-preferences-app
- cordova -d build --debug --emulator android:
- (cordova -d build --debug --emulator android || exit 0):
pwd: app-preferences-app
- (cordova -d build --debug --emulator android || exit 0):
pwd: app-preferences-app
pre:
- ( sleep 5 && while [ 1 ]; do sleep 1; echo y; done ) | android update sdk --no-ui --all --filter tools,platform-tools,build-tools-25.0.3,android-22,android-25,extra-google-m2repository,extra-google-google_play_services
Expand Down

0 comments on commit 671ce2b

Please sign in to comment.