WIP: Improve CI setup#10
Conversation
# Conflicts: # .travis.yml
PR ReviewSummaryThis PR is a 2017 WIP branch that rewrites the Unity CI setup across Travis, AppVeyor, Unity project assets, and shell wrappers. The PR body explicitly says “DO NOT MERGE YET” and notes the build is still failing. Given its age and the experimental commit history, this should be closed and replaced with a fresh CI modernization branch if the goal is still relevant. Findings
Test / Verification NotesI inspected the PR metadata/body, comments, changed file list, Travis/AppVeyor configs, installer/build/stdout scripts, Unity project version, added behavior script, and project settings diff. Commands run:
I did not run Unity/AppVeyor/Travis builds locally because this requires old Unity 5.x installers and CI environments, and the PR body already documents a failing build. Overall RecommendationNeeds changes before merge. |
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. yourdatasucks/Fresh-Unity-Travis-CI#1 has same error we do.
Fix #2 and #6