iimachines / Maya2glTF

Maya to glTF 2.0 exporter
MIT License
324 stars 49 forks source link

Add continuous integration #110

Open ziriax opened 4 years ago

ziriax commented 4 years ago

Maybe use Travis CI?

At least we should:

fire commented 4 years ago

In theory, we should attempt to publish a build every possible commit and on tags.

fire commented 4 years ago

Dev kit locations:

Maya 2019 Update 2

Maya 2018 Update 6

fire commented 4 years ago

@Ziriax Can we make a release soon? I have an incoming PR, but it'll be less confusing to others when master is synced with develop.

ziriax commented 4 years ago

Yes I would like to release 1.0 soon, but I'm still busy with other work... But you are right, develop should become master asap!

But I'm only able to really test on Windows myself...

Linux support is not yet finished, you did give some comments, but I haven't done any work on that, as I'm really a Windows guy...

One thing I noted in your latest changes (thanks again for all your work BTW), is that just building with Visual Studio doesn't pick up the current GIT versions, so when making a release, one should use CMake for building.

If you have spare time, feel free to provide a PR to release develop, if one is needed at all :)