Skip to content

Instantly share code, notes, and snippets.

@hmps
Last active April 17, 2018 07:33
Show Gist options
  • Save hmps/fbc0b205f041dcb3e867ce9c17f58c2b to your computer and use it in GitHub Desktop.
Save hmps/fbc0b205f041dcb3e867ce9c17f58c2b to your computer and use it in GitHub Desktop.
App CI

App CI

  • NAPP / WAPP (guides)
  • Dependencies
    • NPM (yarn)
    • Gems (bundle)
    • Cocoapods (pod)
  • Local (pre-push)
    • package.json
    • git diff develop..
    • Jest (--findRelatedFiles)
    • Lint (fix)
    • console.log
    • --no-verify
  • Fastlane
    • CLI (bundle exec / alias)
    • Lanes
    • Build iOS (fastlane ios build)
    • Build Android (fastlane android build)
    • Certificates for iOS
      • development, adhoc, appstore
      • XCode
      • Match (fastlane ios update certficates)
    • Build or bundle (fastlane ios build_or_bundle)
  • HockeyApp
  • Circle CI
    • develop
    • PRs
    • .circleci/config.yml
    • jobs
    • workflows
    • cache (pod)
    • ssh
  • Creating releases
    • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment