- 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
)
- CLI (
- HockeyApp
- Circle CI
develop
- PRs
.circleci/config.yml
- jobs
- workflows
- cache (
pod
) - ssh
- Creating releases
- ...
Last active
April 17, 2018 07:33
-
-
Save hmps/fbc0b205f041dcb3e867ce9c17f58c2b to your computer and use it in GitHub Desktop.
App CI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment