vault backup: 2024-04-09 10:02:10
This commit is contained in:
@@ -27,9 +27,11 @@ modification-date: Tuesday 9th April 2024 09:49:48
|
|||||||
## Core
|
## Core
|
||||||
In a trunk based game development environment, here's a list of the basic actions taken to make the game go through the whole CI/CD process.
|
In a trunk based game development environment, here's a list of the basic actions taken to make the game go through the whole CI/CD process.
|
||||||
### CI
|
### CI
|
||||||
- create a branch from `main` to code something
|
- MANUAL: create a branch from `main` to code something
|
||||||
- commit and push to this branch
|
- MANUAL: commit and push to this branch
|
||||||
- Action 1: build the game, run the game (null hypothesis test)
|
- AUTO: build the game, run the game (null hypothesis test)
|
||||||
|
- AUTO: run basic tests (unit/functional), any test that can be done quickly in a matter of minutes max.
|
||||||
|
- AUTO: on success, create a PR
|
||||||
|
|
||||||
---
|
---
|
||||||
# References
|
# References
|
||||||
Reference in New Issue
Block a user