An open API service indexing awesome lists of open source software.

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.

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.