| marp | true |
|---|---|
| title | Programming 2 - Homework 1 |
| author | Benjamin Wilking |
| theme | uncover |
| style | section { font-size: 30px } |
| class | invert |
| paginate | false |
In Part I: Continuous Integration, Delivery & Deployment we got a rough overview about continuous integration and Github Actions.
Use your code from Homework #1, and create a GitHub workflow. For every commit on main:
- compile your code
- run the main executable
- run the tests
☝️ You can start from scratch or you can take a look into the workflow files from learn2code and learn2code_1_demo_project and simplify it.