unity3d-gitlab-ci-example-mirror
unity3d-gitlab-ci-example-mirror copied to clipboard
🍴Mirror of the game-ci/unity3d-gitlab-ci-example project. If you are looking for Github Actions, refer to https://game.ci/ documentation instead
Closes #3
Hey there, since all your content has helped me alot with setting up dockerized unity I wanted to share my working approach to activating unity by script. node/puppeteer script: ```javascript...
There's a nice post here: https://medium.com/@neuecc/using-circle-ci-to-build-test-make-unitypackage-on-unity-9f9fa2b3adfd I've updated the project recently to use flexible scripts so it will be easier to add support for circleci 🎉
Travis support is now working. [Project is being correctly built](https://travis-ci.com/GabLeRoux/unity3d-ci-example/builds/98106936) and it's only missing a job in `.travis.yml` to automatically push to `gh-pages` with the webgl artifact to deploy to...