Crossyroadgitlab 'link' ❲Recent • 2024❳

: GitLab CI/CD, Unity, Game Development, Crossy Road, Continuous Integration, Automated Testing, Git LFS

CrossyRoadGitLab/ ├── Assets/ ├── ProjectSettings/ ├── Packages/ ├── .gitlab-ci.yml ├── README.md └── unity-build.sh The pipeline defined in .gitlab-ci.yml consists of four stages: crossyroadgitlab

| Metric | Before CI/CD | With GitLab CI/CD | |--------|--------------|-------------------| | Build time (Windows) | ~8 min (manual) | ~4 min (cached) | | Test execution | 0 (manual only) | 45 sec automated | | Deployment to team | ZIP via email | GitLab Pages link | | Regression bugs | ~3 per release | ~0.5 per release | : GitLab CI/CD, Unity, Game Development, Crossy Road,