Now, I learned all through school game programming and not much else in regards to some of the higher level tech management processes. Sure, there was project management and some Agile stuff thrown in, as well as using version control, but never anything on CI.
So, to help my career move forward and to provide an easier time in developing and deploying my little project, I have decided to begin implementing CI in my current project. As it stands, it should follow some basic tenets to even be considered following CI procedures. These are as follows:
- Automatic pulling from remote repository on production branch update
- Automatic version of files before build.
- Automatic build process
- Automatic unit testing
- Automatic deployment on all tests passed
Automatic pulling from remote repository on production branch update- Automatic version of files before build.
Automatic build process- Automatic unit testing
- Automatic deployment on all tests passed
If you haven't already, feel free to visit the website at http://adventuregamequest.azurewebsites.net/ and play around!
No comments:
Post a Comment