How to test and build your app automatically - an introduction to CI/CD with Gitlab

Are you tired of manually testing your code? Do you enjoy writing code but hate the manual compile and build step? No worries, in this talk I will show you how to automate all that using just a gitlab account and nothing else. Learn how to take the pain out of what comes after the git commit today!


Continuous integration and deployment is a wonderful thing. Why format, compile and test everything manually? Why do we have to trigger builds manually? Turns out, we don’t have to (in many cases). I will show how, with just one simple .yml file, you can start having gitlab do the work for you.