kin-sdk-unity
kin-sdk-unity copied to clipboard
DP-540 - Unity CI Android POC - DO NOT MERGE
Create a CI workflow for Android, based on Docker and Genymotion cloud device
This is based on a custom docker image based on existing unity docker file, the docker includes the correct unity version installed, android sdk and Genymotion "gmsaas" tool to interact with cloud device. The CI script launch the docker image, launching a new device on cloud, connecting to the device via ADB, and then build and run tests on the cloud device.
References to the base docker image: https://github.com/GabLeRoux/unity3d-ci-example https://gitlab.com/gableroux/unity3d
TODO:
- change license configuration (unity and genymotion)
- upload docker to kinecosystem repository
@Ronserruya please review