GandaG / unity-deploy-tools

Continuous deployment tools for open-source Unity3D packages and assets.
MIT License
12 stars 4 forks source link

Add support to run Unity Test Tools Runner on Travis CI #19

Open mlnv opened 7 years ago

mlnv commented 7 years ago

It would be nice to check that all tests passed after pull changes to git repo.

GandaG commented 7 years ago

I don't understand, do you mean testing that the code runs properly?

mlnv commented 7 years ago

Yes, run tests that handle Unity-Test-Tools asset and show info in Travis CI. Here is documentation https://bitbucket.org/Unity-Technologies/unitytesttools/wiki/Home That would be awesome! Also thanks for this awesome repo

GandaG commented 7 years ago

Oh, that seems pretty easy actually. I won't have time for at least 3 weeks but I'll be sure to implement it as soon as I can!