Game Ci
GameCI is a comprehensive suite of open-source tools and documentation for automating game development workflows using CI/CD platforms. It provides seamless integration with GitHub Actions, GitLab Pipelines, CircleCI, and Docker, enabling developers to automate testing, building, and deployment of Unity projects. Access guides, best practices, and community support through the official documentation portal.
game-ci 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/game-ci.git README Markdown
Copy this to your project's README.md
## Installation
Add **Game Ci** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/game-ci.git
```
[](https://www.pkglnk.dev/pkg/game-ci)Dependencies (33)
README
Welcome
Welcome to the GameCI documentation repo! Here you will find the documentation assets for GameCI and it's related open-source projects. The live documentation site available at game.ci.
You may also view the markdown files directly at the following links:
- Getting Started with GameCI
- GitHub Actions
- GitLab Pipelines
- CircleCi
- Docker
- GitHub Orchestrator
- Troubleshooting
- FAQ
Building the Docs Site
Built with Docusaurus 2.
This project has a hard dependency on Node20. You will need to make sure that you have the proper version of node installed to avoid errors.
This project relies on yarn for package management. You will need to install yarn in order to build and test the documentation site.
Install project dependencies
yarn installStart a local development server
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
yarn startCreate a build This command generates static content into the
builddirectory and can be served using any static contents hosting service.yarn build
Meet the Community
Join us on Discord and engage with the growing community of engineers, artists, hobbyists, and professionals using GameCI to build, test, and publish their projects everyday.
Support the Team
GameCI is free for everyone forever. You can support the people who make GameCI possible on OpenCollective
License
This repository is MIT licensed. This includes all contributions from the community.
No comments yet. Be the first!