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

(Android|iOS) + gitlab ci

Daniel
January 25, 2017

(Android|iOS) + gitlab ci

How to use gitlab ci with android/iOS for happy development

Daniel

January 25, 2017
Tweet

More Decks by Daniel

Other Decks in Technology

Transcript

  1. “free”/secure/fast/happy CI (Android | iOS) + Gitlab-CI vs Android/iOS Meetup

    Daniel Gomez Rico Android Developer - Barista Ventures
  2. REGISTER $ gitlab-ci-multi-runner stop sudo curl --output /usr/local/bin/gitlab-ci-multi-runner https://gitlab-ci-… $

    sudo chmod +x /usr/local/bin/gitlab-ci-multi-runner $ gitlab-ci-multi-runner register $ gitlab-ci-multi-runner install $ gitlab-ci-multi-runner start $ gitlab-ci-multi-runner status INSTALL FIRST STOP
  3. ADVANTAGES Define a docker image with your dependencies Faslane Android

    sdk node Code Analytics and Rollback Yaml Lint Documentation / Open Source Community
  4. WARNINGS RAM? Manual admin but we have the best dev

    ops! Project is tied to GitLab?¿
  5. - Define your workflow ("branching model") - Define what you

    want to automate * Internal releases * Public releases * Testing HOW TO 
 START Custom Docker Image