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

Test and automate Android Development with CI m...

Paolo Rotolo
November 22, 2017

Test and automate Android Development with CI magic

Presented at GDG DevFest Mediterranean and GDG DevFest Bari (Politecnico di Bari).

Paolo Rotolo

November 22, 2017
Tweet

More Decks by Paolo Rotolo

Other Decks in Programming

Transcript

  1. The main thing about Continuous Integration is delivering features without

    breaking your solution ROTOLO PAOLO - @paolorotolo
  2. Principali problemi: - Sviluppatori lontani tra loro; - Avere un

    ambiente di test pulito; - (Non dimenticare di) eseguire test; - Eseguire task noiose (es. aggiornamento traduzioni); - Fornire un prodotto funzionante ai tester; ROTOLO PAOLO - @paolorotolo
  3. Come far funzionare tutto in poco tempo (e vivere felici)

    • Scrivere il codice; • Creare un repository su un VC GitHub • Creare file .travis.yml • Aggiungere il progetto su Travis CI ROTOLO PAOLO - @paolorotolo