-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
The code provided for this chapter, in the CH15-code directory of the book’s repository (https://github.com/PacktPublishing/Hands-On-Software-Engineering-with-Python-Second-Edition), is for illustration purposes only, and does not actually execute in any meaningful fashion. The various CI/CD processes in the CH15-code/cicd-processes directory there, with the exception of the Makefile example, require an active account and repository with the relevant SCM provider (Bitbucket or GitHub), or an active AWS account in the case of the aws-codebuild-buildspec.yml file. The Makefile requires installation of the GNU Make program, available at https://www.gnu.org/software/make/. Readers are encouraged to fetch and play with the CI/CD process definitions as they see fit, but be aware that some of them, particularly the AWS resources, will cost money if they are left active and used for long periods of time.