Front-End Web & Mobile

Category: AWS CodeBuild

AWS CodePipeline adds support for AWS Device Farm as a test provider

AWS CodePipeline now supports AWS Device Farm as a test provider to deliver truly automated testing in your continuous integration and continuous delivery (CI/CD) pipeline. In a previous blog post “Build a CI/CD Pipeline for Your Android App with AWS Services,” Vinay Selvaraj walked you through building a complete CI/CD pipeline using AWS CodeCommit, AWS […]

Build a CI/CD Pipeline for your Android App with AWS Services

Continuously building, testing, and delivering updates for your app to your users helps you release new features sooner and with fewer bugs. In an earlier blog post “Automatically build your Android app with AWS CodeBuild,” Adrian Hall explains how you can use AWS CodeBuild to compile an Android app and publish the APK to Amazon […]

Automatically build your Android app with AWS CodeBuild

“It worked on my machine.”  If you have been a developer for a while, you probably have heard this.  It is a lament for a bug that is hard to diagnose and points to some peculiar setup of the developer’s machine. You can fix this by including continuous integration in your tool arsenal.  When you […]