Getting started with CircleCI — Continuous Integration Part 2

Mattias Petter Johansson
Fun Fun Function
Published in
1 min readJul 17, 2017

In the last episode I talked about how a team that practices Continuous Integration uses an automated verification system in order to be able to merge multiple times per day. In that video, the automated verification system was a very abstract thing — today, we are going to get down and dirty and really look at what an automated verification system looks like in real life.

There are many different tools that you can use to set up an automated verification system — in this video we are going to use CircleCI, partly because they are the sponsors of this video, but more importantly because they have been my personal favorite CI solution for the last year. In this video we’re going to create a new web application, push it to github, add CircleCI to the project, and watch CircleCI build and test our project on each merge.

Full video below:

🔗 CircleCI — Get started
https://circleci.com/funci

🔗 Watch Continuous Integration series from the start
https://www.youtube.com/watch?v=ymPOI4gWQFY&index=1&list=PL0zVEGEvSaeFFy32i5A4041qSTbYqtKqv

🔗 React Redux starter kit
https://github.com/davezuko/react-redux-starter-kit

🔗 Caching in CircleCI (docs)
https://circleci.com/docs/2.0/caching

🔗 Example app from the video
https://github.com/mpj/funfunapp

🔗 mpj on Twitter
https://twitter.com/mpjme

🔗 Help translate the show to your language
http://www.youtube.com/timedtext_cs_panel?tab=2&c=UCO1cgjhGzsSYb1rsB4bFe4Q

--

--

Mattias Petter Johansson
Fun Fun Function

Creator of Fun Fun Function, a YouTube show about programming.