Skip to content

Latest commit

 

History

History
39 lines (11 loc) · 1.31 KB

iOS-CI-CD.md

File metadata and controls

39 lines (11 loc) · 1.31 KB

iOS CI/CD Build and Test Pipeline

Automate building and testing of iOS apps using AWS CodePipeline, Amazon EC2 Mac instance, and AWS Device Farm.

  • A developer initiates a build or test activity in AWS CodePipeline by pushing a code change to AWS CodeCommit.

  • AWS CodePipeline detects the change in AWS CodeCommit and invokes AWS Step Functions to start the build process.

  • An AWS Lambda function loads required build scripts from an Amazon S3 bucket and triggers an AWS Systems Manager Run command.

  • The AWS Systems Manager Run command runs the build scripts on an Amazon EC2 Mac instance and sends run logs to Amazon CloudWatch

  • Build scripts initiate an iOS build on the Amazon EC2 Mac instance and put the build artifacts in an Amazon S3 bucket.

  • AWS CodePipeline detects the built artifacts in Amazon S3 and initiates AWS Device Farm for testing the app on multiple real devices.

  • AWS Device Farm generates test results, logs, and recording for all tests for review through the AWS Device Farm console or through AWS S3 pre-signed URLs.

1

Diagram