https://github.com/thisaislan/gameci-with-circleci
Just a small example of GameCI using CircleCI to build an android app.
https://github.com/thisaislan/gameci-with-circleci
android ci ci-cd circleci gameci unity
Last synced: 10 months ago
JSON representation
Just a small example of GameCI using CircleCI to build an android app.
- Host: GitHub
- URL: https://github.com/thisaislan/gameci-with-circleci
- Owner: thisaislan
- License: mit
- Created: 2021-07-20T02:36:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-13T03:38:30.000Z (over 1 year ago)
- Last Synced: 2025-04-11T13:14:10.385Z (about 1 year ago)
- Topics: android, ci, ci-cd, circleci, gameci, unity
- Language: C#
- Homepage:
- Size: 5.89 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GameCI with CircleCI
Just a small example of GameCI using CircleCI to build an android app. This can help you in the first steps of setting up the Circle CI in your project.
### Why?
Because I had difficulty finding examples on the internet.
### Useful links
- [GameCI official page](https://game.ci)
- [CircleCI official page](https://circleci.com)
- [Article Medium - Continuous Integration for Unity using CircleCI](https://medium.com/xrpractices/continuous-integration-for-unity-using-circleci-8d555f9fa35d)
- [Gitlab - Migrating from CircleCI](https://docs.gitlab.com/ee/ci/migration/circleci.html)
- [Project - Unity3d Gitlab Ci Example](https://gitlab.com/gableroux/unity3d-gitlab-ci-example)
## License
The project is a clone of the Gitlab project example made by [Gabriel Le Breton](https://gableroux.com) under the [MIT](LICENSE.md) license.