JonathanPorta / ci-build

Example Unity3d project built on a continuous integration server.
33 stars 14 forks source link

WIP: Improve CI setup #10

Open bbodenmiller opened 7 years ago

bbodenmiller commented 7 years ago

DO NOT MERGE YET... working on getting it all fixed up.

Improve CI setup. Build is still failing but not as bad as before. Current error is RenderTexture.Create failed: cubemap not supported. but it works on local machine so not sure what is going wrong.

Similar project at https://github.com/SebastianJay/unity-ci-test has working CI project. https://github.com/hacktavist/Fresh-Unity-Travis-CI/issues/1 has same error we do.

Fix #2 and #6

bbodenmiller commented 7 years ago

Are you running Unity on Mac or a different platform? I'm starting to think that either Travis Mac machines have an issue or Unity itself has a bug on Mac.