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

CircleCI 2.0: Faster and more stable CI

CircleCI 2.0: Faster and more stable CI

potatotips 42

Keisuke Kobayashi

July 25, 2017
Tweet

More Decks by Keisuke Kobayashi

Other Decks in Programming

Transcript

  1. About Me • Keisuke Kobayashi • GitHub, Qiita: kobakei •

    Twitter: kobakei122 • Kyash, Inc. • ݸਓؒૹۚΞϓϦ
  2. Crashlytics΁σϓϩΠ - deploy: name: Deploy APK command: | if [

    "${CIRCLE_BRANCH}" == "master" ]; then ./gradlew assembleDebug crashlyticsUploadDistributionDebug fi - store_artifacts: path: app/build/outputs destination: outputs