tomtc123 / Unity-Jenkins

Unity3d with Jenkins
MIT License
1 stars 0 forks source link

Question about useage #1

Closed MostHated closed 4 years ago

MostHated commented 6 years ago

Hey there, Forgive my ignorance. I know a lot of web developers and such use Jenkins but I am not super familiar with it, what are advantages of using it along with Unity?

Thanks, -MH

tomtc123 commented 5 years ago

Hi~ Jenkins convenient tester build Android or iOS package without program environment(Unity3d,JDK,NDK) since everything prepare on build server machine.Forgive my poor English.

MostHated commented 5 years ago

I think I understand what you mean, you are saying I would not have to use the PC that I am working on in order to create a build for mobile devices? Do you just put the files on a server and it will do the build for you? Does that work for builds for Windows as well? This sounds great.

tomtc123 commented 5 years ago

Yes, I put all the files on my server, and works for Windows

MostHated commented 5 years ago

This is great news, and definitely a productivity booster if you have your own server as the machine you are using no longer has to sit there and wait for the building to occur, especially if you plan to do mobile and windows builds. I will definitely be trying this out. Thanks!