August 2, 2017
Create Multiple Builds from the Same Source Using Different AWS CodeBuild Build Specification Files
In June 2017, AWS CodeBuild announced you can now specify an alternate build specification file name or location in an AWS CodeBuild project.
In this post, I’ll show you how to use different build specification files in the same repository to create different builds. You’ll find the source code for this post in the GitHub repo.
Requirements
The AWS CLI must be installed and configured.
Solution Overview
I have created a C program (cbsamplelib.
Read more