Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Continuous Delivery on Android

Continuous Delivery on Android

This talk covers the improvement of Hepsiburada.com Mobile team focusing on Android.
We mention tools we used while applying CD and trying to have a healthier codebase with best-practices applied.

Gokberk Ergun

May 12, 2015
Tweet

Other Decks in Programming

Transcript

  1. Continuous Delivery Best Practices • Make release version always available

    • Do not break the build (or fix immediately) • Keep the pipeline fast
  2. Short Term Goals ✓ Improvements on Pipeline • Distributing Calabash

    • Even faster builds (Buck, Gradle optimizations) • Continuous Inspection (Automatizing static code analysis) • Automatizing Memory Analysis ✓ Increasing coverage of Unit and Functional Tests ✓ Direct contribution to open source community