slavidodo / OpenTibia-Unity

A collection of projects to boost OpenTibia development!
https://slavi.gitbook.io/opentibiaunity/
MIT License
104 stars 45 forks source link

Adds circleci #17

Closed RafaeLeal closed 4 years ago

RafaeLeal commented 4 years ago

I followed instructions here to build a pipeline for this project, that runs tests in playmode and editmode then crosscompiles it for OSX, linux and Windows.

If you want to port this to your branch, you need to change some things related to secrets.. Let me know if that interest you and I can create a script or give you better instructions

slavidodo commented 4 years ago

There is a github action for unity builds, here https://github.com/marketplace/actions/unity-builder I'm not sure if I'd integrate any as I'm trying to figure out to integrate Unity cloud builds here!