-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Hey there,
I wanted to give this a try and I was curious to see if this can run on AppVeyor CI for free for open source projects. So I went ahead and created GabLeRoux/unity3d-encrypted-appveyor-poc, but I can't figure out how to do it from scratch. I managed to fix a few errors and managed to create a $credential variable from environment variables.
I'm stuck with unity licensing. I do have access to an actual pro license (or at least, a trial pro license I guess), but I keep getting the following error:
BatchMode: Unity has not been activated with a valid License. Could be a new activation or renewal...
as shown in this build:
https://ci.appveyor.com/project/GabLeRoux/unity3d-encrypted-appveyor-poc/builds/26168294
I tried passing the serial as a credential object in the Configuration, but I'm not sure I'm doing it correctly. It would also be awesome to use free licenses here, not sure how I can do this tho.
I think this project would get much more adoption if there was a complete example. ✌️ This seems nice btw.