Automated Mobile Deployment with Fastlane

Who am I?

  • Hamad AlGhanim
    • Systems Analyst - KOC (on going)
    • Computer Engineer - KGL (9 months)
    • TA - Coded (1 month)
  • Skills
    • Python (Django)
    • Android
    • Ruby (RoR)
    • iOS
    • C# (.NET)

What is Fastlane?

https://fastlane.tools/

Open source project acquired by Twitter

 

Automation for boring repetitive app deployment tasks.

Example

lane :beta do
  increment_build_number
  cocoapods
  match
  testflight
  sh "./customScript.sh"
  pilot
  slack
end
$ fastlane init

Website tour

Fastlane

By Hamad Al-Ghanim

Fastlane

  • 404